Suppress compile warning (#13612)
This commit is contained in:
@ -59,7 +59,7 @@ int8_t encoderTopLine, encoderLine, screen_items;
|
||||
typedef struct {
|
||||
screenFunc_t menu_function;
|
||||
uint32_t encoder_position;
|
||||
uint8_t top_line, items;
|
||||
int8_t top_line, items;
|
||||
} menuPosition;
|
||||
menuPosition screen_history[6];
|
||||
uint8_t screen_history_depth = 0;
|
||||
|
Reference in New Issue
Block a user