Browse Source

Suppress compile warning (#13612)

pull/1/head
Ludy 5 years ago
committed by Scott Lahteine
parent
commit
c29820f649
  1. 2
      Marlin/src/lcd/menu/menu.cpp

2
Marlin/src/lcd/menu/menu.cpp

@ -59,7 +59,7 @@ int8_t encoderTopLine, encoderLine, screen_items;
typedef struct { typedef struct {
screenFunc_t menu_function; screenFunc_t menu_function;
uint32_t encoder_position; uint32_t encoder_position;
uint8_t top_line, items; int8_t top_line, items;
} menuPosition; } menuPosition;
menuPosition screen_history[6]; menuPosition screen_history[6];
uint8_t screen_history_depth = 0; uint8_t screen_history_depth = 0;

Loading…
Cancel
Save