Browse Source

Minor conditional clean

Scott Lahteine 5 years ago
parent
commit
2efe28ca59
1 changed files with 1 additions and 3 deletions
  1. 1
    3
      Marlin/src/inc/Conditionals_LCD.h

+ 1
- 3
Marlin/src/inc/Conditionals_LCD.h View File

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

Loading…
Cancel
Save