Rename status led pins

This commit is contained in:
Scott Lahteine
2016-09-24 15:33:29 -05:00
parent 9d86c07702
commit fba0b67f7d
11 changed files with 30 additions and 34 deletions

View File

@ -132,7 +132,7 @@
#define SDSS 45
#define SD_DETECT_PIN -1 // FastIO (Manual says 72 I'm not certain cause I can't test)
#if ENABLED(TEMP_STAT_LEDS)
#define STAT_LED_RED 12 //Non-FastIO
#define STAT_LED_BLUE 10 //Non-FastIO
#define STAT_LED_RED_PIN 12 //Non-FastIO
#define STAT_LED_BLUE_PIN 10 //Non-FastIO
#endif
#endif