Changed rollover field type
This commit is contained in:
@@ -47,7 +47,7 @@ typedef struct
|
||||
int32_t range_max;
|
||||
int32_t range_min;
|
||||
int32_t step;
|
||||
bool rollover; // Set to true for rollover functionality
|
||||
uint8_t rollover : 1; // Set to true for rollover functionality
|
||||
uint16_t digit_count : 4;
|
||||
uint16_t dec_point_pos : 4; /*if 0, there is no separator and the number is an integer*/
|
||||
uint16_t digit_padding_left : 4;
|
||||
|
||||
Reference in New Issue
Block a user