state-handler: fix: reset of integral value after error state. Display wiht 3 digits

This commit is contained in:
Evgenii Meshcheriakov
2022-10-27 20:23:34 +03:00
parent 3d9ea14c76
commit 641cdefe58
2 changed files with 7 additions and 8 deletions

View File

@@ -21,7 +21,6 @@ enum _global_values
TIMER_GLOBAL_TIMEOUT = 120000,
TIMER_SENSORS_TIMEOUT = 5000,
TIMER_PRESSURE_TIMEOUT = 150,
TIMER_ERROR_VALUE = -255,
};
#endif /* COMMON_CONTROL_VALUES_H_ */