Browse Source

Leave LCD_PINS_Dn defined for other uses

Fix #14998
pull/1/head
Scott Lahteine 5 years ago
parent
commit
8196ced2de
  1. 4
      Marlin/src/pins/pins.h

4
Marlin/src/pins/pins.h

@ -954,10 +954,6 @@
#ifndef LCD_PINS_D7
#define LCD_PINS_D7 -1
#endif
#else
#undef LCD_PINS_D5
#undef LCD_PINS_D6
#undef LCD_PINS_D7
#endif
/**

Loading…
Cancel
Save