Always define status LED pins

This commit is contained in:
Scott Lahteine
2016-09-24 16:26:41 -05:00
parent ad691022d7
commit ba43277429
9 changed files with 28 additions and 36 deletions

View File

@@ -41,16 +41,14 @@
#define DOGLCD_CS 32
#define BTN_ENC 12
#if ENABLED(TEMP_STAT_LEDS)
#undef STAT_LED_RED_PIN
#undef STAT_LED_BLUE_PIN
#define STAT_LED_RED_PIN 64
#define STAT_LED_BLUE_PIN 63
#endif
#undef STAT_LED_RED_PIN
#undef STAT_LED_BLUE_PIN
#define STAT_LED_RED_PIN 64
#define STAT_LED_BLUE_PIN 63
#elif ENABLED(TEMP_STAT_LEDS)
#else
#define STAT_LED_RED_PIN 6
#define STAT_LED_BLUE_PIN 11
#define STAT_LED_RED_PIN 6
#define STAT_LED_BLUE_PIN 11
#endif