Browse Source

Leave LCD_PINS_Dn defined for other uses

Fix #14998
Scott Lahteine 5 years ago
parent
commit
8196ced2de
1 changed files with 0 additions and 4 deletions
  1. 0
    4
      Marlin/src/pins/pins.h

+ 0
- 4
Marlin/src/pins/pins.h View File

@@ -954,10 +954,6 @@
954 954
   #ifndef LCD_PINS_D7
955 955
     #define LCD_PINS_D7 -1
956 956
   #endif
957
-#else
958
-  #undef LCD_PINS_D5
959
-  #undef LCD_PINS_D6
960
-  #undef LCD_PINS_D7
961 957
 #endif
962 958
 
963 959
 /**

Loading…
Cancel
Save