mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-02-17 06:48:05 +00:00
Head off potential LCD-related compile issues
This commit is contained in:
parent
99f7d3853b
commit
2ce8047adb
2 changed files with 2 additions and 2 deletions
|
@ -4857,7 +4857,7 @@ void lcd_quick_feedback(const bool clear_buttons) {
|
|||
callbackFunc = callback; \
|
||||
liveEdit = live; \
|
||||
} \
|
||||
typedef void _name
|
||||
typedef void _name##_void
|
||||
|
||||
DEFINE_MENU_EDIT_TYPE(int16_t, int3, itostr3, 1);
|
||||
DEFINE_MENU_EDIT_TYPE(uint8_t, int8, i8tostr3, 1);
|
||||
|
|
|
@ -220,7 +220,7 @@
|
|||
EN_REPRAPWORLD_KEYPAD_LEFT) \
|
||||
)
|
||||
|
||||
#elif ENABLED(NEWPANEL)
|
||||
#elif defined(EN_C)
|
||||
|
||||
#define LCD_CLICKED (buttons & EN_C)
|
||||
|
||||
|
|
Loading…
Reference in a new issue