Suppress compile warning (#13612)

This commit is contained in:
Ludy 2019-04-07 23:53:30 +02:00 committed by Scott Lahteine
parent a2b3ad6d0a
commit c29820f649

View file

@ -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;