Fix compile error with NO_LCD_MENUS
This commit is contained in:
parent
509e1cf2bd
commit
74a04aed55
|
@ -153,7 +153,7 @@
|
|||
* REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER
|
||||
*/
|
||||
|
||||
#if ENABLED(ULTRA_LCD) && ENABLED(NEWPANEL)
|
||||
#if ENABLED(ULTRA_LCD)
|
||||
#define LCD_SDSS 28
|
||||
#if ENABLED(ADC_KEYPAD)
|
||||
#define SERVO0_PIN 27 // free for BLTouch/3D-Touch
|
||||
|
@ -193,7 +193,7 @@
|
|||
#endif
|
||||
#else
|
||||
#define SERVO0_PIN 27
|
||||
#endif // ULTRA_LCD && NEWPANEL
|
||||
#endif
|
||||
|
||||
/**
|
||||
* ====================================================================
|
||||
|
|
Loading…
Reference in a new issue