add const for TRUE or FALSE
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user