🐛 Fix ExtUI 'lcd_clicked' definition (#22257)
This commit is contained in:
parent
b1c5dd985e
commit
aa13c78458
1 changed files with 1071 additions and 1071 deletions
|
@ -120,6 +120,10 @@ constexpr uint8_t epps = ENCODER_PULSES_PER_STEP;
|
|||
}
|
||||
#endif
|
||||
|
||||
#if EITHER(HAS_LCD_MENU, EXTENSIBLE_UI)
|
||||
bool MarlinUI::lcd_clicked;
|
||||
#endif
|
||||
|
||||
#if HAS_WIRED_LCD
|
||||
|
||||
#if HAS_MARLINUI_U8GLIB
|
||||
|
@ -224,10 +228,6 @@ millis_t MarlinUI::next_button_update_ms; // = 0
|
|||
|
||||
#endif
|
||||
|
||||
#if EITHER(HAS_LCD_MENU, EXTENSIBLE_UI)
|
||||
bool MarlinUI::lcd_clicked;
|
||||
#endif
|
||||
|
||||
#if HAS_LCD_MENU
|
||||
#include "menu/menu.h"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue