Remove unused ALARM_PIN

Remove unused ALARM_PIN from all the Configuration.h's
This commit is contained in:
Blue-Marlin
2016-03-02 14:29:49 +01:00
parent 8dccd5a7ea
commit a68228bf55
7 changed files with 0 additions and 7 deletions

View File

@ -53,7 +53,6 @@
#define LED_PIN 19
#define PS_ON_PIN -1
#define KILL_PIN -1
#define ALARM_PIN -1
#define SD_DETECT_PIN 12
#if DISABLED(SDSUPPORT)