Minor conditional clean
This commit is contained in:
parent
cd8e6a1ad7
commit
2efe28ca59
1 changed files with 1 additions and 3 deletions
|
@ -335,10 +335,8 @@
|
||||||
#endif
|
#endif
|
||||||
#if ENABLED(ULTIPANEL)
|
#if ENABLED(ULTIPANEL)
|
||||||
#define IS_ULTRA_LCD
|
#define IS_ULTRA_LCD
|
||||||
#ifndef NEWPANEL
|
|
||||||
#define NEWPANEL
|
#define NEWPANEL
|
||||||
#endif
|
#endif
|
||||||
#endif
|
|
||||||
|
|
||||||
#if ENABLED(IS_ULTRA_LCD)
|
#if ENABLED(IS_ULTRA_LCD)
|
||||||
#define ULTRA_LCD
|
#define ULTRA_LCD
|
||||||
|
|
Reference in a new issue