Ver código fonte

Minor conditional clean

Scott Lahteine 5 anos atrás
pai
commit
2efe28ca59
1 arquivos alterados com 1 adições e 3 exclusões
  1. 1
    3
      Marlin/src/inc/Conditionals_LCD.h

+ 1
- 3
Marlin/src/inc/Conditionals_LCD.h Ver arquivo

@@ -335,9 +335,7 @@
335 335
 #endif
336 336
 #if ENABLED(ULTIPANEL)
337 337
   #define IS_ULTRA_LCD
338
-  #ifndef NEWPANEL
339
-    #define NEWPANEL
340
-  #endif
338
+  #define NEWPANEL
341 339
 #endif
342 340
 
343 341
 #if ENABLED(IS_ULTRA_LCD)

Carregando…
Cancelar
Salvar