Cleanup trailing whitespace

@Bob-the-Kuhn — Please set your git options to remove trailing whitespace on commit.
This commit is contained in:
Scott Lahteine
2018-03-11 10:28:46 -05:00
parent d0ac0151b6
commit dd19e74476
3 changed files with 18 additions and 20 deletions

View File

@ -156,7 +156,7 @@
#define BTN_ENC 37
#define BEEPER_PIN -1
#elif ENABLED(MINIPANEL)
#define BTN_EN1 52
#define BTN_EN2 50
@ -166,6 +166,6 @@
#define BEEPER_PIN 41
#define DOGLCD_A0 46
#define DOGLCD_CS 45
#endif // SPARK_FULL_GRAPHICS
#endif // ULTRA_LCD

View File

@ -141,15 +141,13 @@
//
#if ENABLED(ULTRA_LCD)
// ramps-fd lcd adaptor
#define BEEPER_PIN 37
#define BTN_EN1 33
#define BTN_EN2 31
#define BTN_ENC 35
#define SD_DETECT_PIN 49
#if ENABLED(NEWPANEL)
#define LCD_PINS_RS 16
#define LCD_PINS_ENABLE 17
@ -158,11 +156,11 @@
#define LCD_PINS_D6 27
#define LCD_PINS_D7 29
#endif
#if ENABLED(MINIPANEL)
#define DOGLCD_CS 25
#define DOGLCD_A0 27
#endif
#endif
#endif // ULTRA_LCD
#if ENABLED(HAVE_TMC2208)