Head off potential LCD-related compile issues
This commit is contained in:
parent
99f7d3853b
commit
2ce8047adb
@ -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 New Issue
Block a user