Prevent delay when power is already on

Fix #10410
This commit is contained in:
Scott Lahteine 2018-04-17 04:31:26 -05:00
parent f1dfc80332
commit 444b6d6d83
2 changed files with 8 additions and 10 deletions

View file

@ -168,10 +168,6 @@ uint16_t max_display_update_time = 0;
#define TALL_FONT_CORRECTION 0
#endif
#if HAS_POWER_SWITCH
extern bool powersupply_on;
#endif
bool no_reentry = false;
constexpr int8_t menu_bottom = LCD_HEIGHT - (TALL_FONT_CORRECTION);