Fix compile error with NO_LCD_MENUS

This commit is contained in:
Scott Lahteine 2018-08-31 19:15:14 -05:00
parent dbd0979c36
commit 8193c61ac9
1 changed files with 2 additions and 2 deletions

View File

@ -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
/**
* ====================================================================