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
|
* REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#if ENABLED(ULTRA_LCD) && ENABLED(NEWPANEL)
|
#if ENABLED(ULTRA_LCD)
|
||||||
#define LCD_SDSS 28
|
#define LCD_SDSS 28
|
||||||
#if ENABLED(ADC_KEYPAD)
|
#if ENABLED(ADC_KEYPAD)
|
||||||
#define SERVO0_PIN 27 // free for BLTouch/3D-Touch
|
#define SERVO0_PIN 27 // free for BLTouch/3D-Touch
|
||||||
|
@ -193,7 +193,7 @@
|
||||||
#endif
|
#endif
|
||||||
#else
|
#else
|
||||||
#define SERVO0_PIN 27
|
#define SERVO0_PIN 27
|
||||||
#endif // ULTRA_LCD && NEWPANEL
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* ====================================================================
|
* ====================================================================
|
||||||
|
|
Loading…
Reference in a new issue