add const for TRUE or FALSE

This commit is contained in:
2023-09-04 10:07:52 +02:00
parent 3f1672996d
commit 473d71ff6b
3 changed files with 6 additions and 3 deletions

View File

@@ -44,6 +44,9 @@
#define MEMADD_BATTERY_ENERGY_TIME 0x1C
#define MEMADD_BATTERY_ALIVE_TIME 0x1D
const bool ALWAYSTRUE = true;
const bool ALWAYSFALSE = false;
typedef struct {
uint8_t CONTROL_STEERING_MODE;
uint8_t CONTROL_ALIVE_TIME;