Ver código fonte

Fix compile error with NO_LCD_MENUS

Scott Lahteine 6 anos atrás
pai
commit
74a04aed55
1 arquivos alterados com 2 adições e 2 exclusões
  1. 2
    2
      Marlin/src/pins/pins_ANET_10.h

+ 2
- 2
Marlin/src/pins/pins_ANET_10.h Ver arquivo

@@ -153,7 +153,7 @@
153 153
  *  REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER
154 154
  */
155 155
 
156
-#if ENABLED(ULTRA_LCD) && ENABLED(NEWPANEL)
156
+#if ENABLED(ULTRA_LCD)
157 157
   #define LCD_SDSS           28
158 158
   #if ENABLED(ADC_KEYPAD)
159 159
     #define SERVO0_PIN       27   // free for BLTouch/3D-Touch
@@ -193,7 +193,7 @@
193 193
   #endif
194 194
 #else
195 195
   #define SERVO0_PIN         27
196
-#endif  // ULTRA_LCD && NEWPANEL
196
+#endif
197 197
 
198 198
 /**
199 199
  * ====================================================================

Carregando…
Cancelar
Salvar