Browse Source

Remove unused ALARM_PIN

Remove unused ALARM_PIN from all the Configuration.h's
Blue-Marlin 8 years ago
parent
commit
a68228bf55

+ 0
- 1
Marlin/pins_5DPRINT.h View File

47
 #define LED_PIN            -1
47
 #define LED_PIN            -1
48
 #define PS_ON_PIN          -1
48
 #define PS_ON_PIN          -1
49
 #define KILL_PIN           -1
49
 #define KILL_PIN           -1
50
-#define ALARM_PIN          -1
51
 
50
 
52
 // The SDSS pin uses a different pin mapping from file Sd2PinMap.h
51
 // The SDSS pin uses a different pin mapping from file Sd2PinMap.h
53
 #define SDSS               20
52
 #define SDSS               20

+ 0
- 1
Marlin/pins_BRAINWAVE.h View File

48
 #define LED_PIN            39
48
 #define LED_PIN            39
49
 #define PS_ON_PIN          -1
49
 #define PS_ON_PIN          -1
50
 #define KILL_PIN           -1
50
 #define KILL_PIN           -1
51
-#define ALARM_PIN          -1
52
 
51
 
53
 #if DISABLED(SDSUPPORT)
52
 #if DISABLED(SDSUPPORT)
54
   // these pins are defined in the SD library if building with SD support
53
   // these pins are defined in the SD library if building with SD support

+ 0
- 1
Marlin/pins_BRAINWAVE_PRO.h View File

53
 #define LED_PIN            19
53
 #define LED_PIN            19
54
 #define PS_ON_PIN          -1
54
 #define PS_ON_PIN          -1
55
 #define KILL_PIN           -1
55
 #define KILL_PIN           -1
56
-#define ALARM_PIN          -1
57
 #define SD_DETECT_PIN      12
56
 #define SD_DETECT_PIN      12
58
 
57
 
59
 #if DISABLED(SDSUPPORT)
58
 #if DISABLED(SDSUPPORT)

+ 0
- 1
Marlin/pins_PRINTRBOARD.h View File

68
 #define LED_PIN            -1
68
 #define LED_PIN            -1
69
 #define PS_ON_PIN          -1
69
 #define PS_ON_PIN          -1
70
 #define KILL_PIN           -1
70
 #define KILL_PIN           -1
71
-#define ALARM_PIN          -1
72
 
71
 
73
 #if DISABLED(SDSUPPORT)
72
 #if DISABLED(SDSUPPORT)
74
   // these pins are defined in the SD library if building with SD support
73
   // these pins are defined in the SD library if building with SD support

+ 0
- 1
Marlin/pins_SAV_MKI.h View File

82
 #define SDPOWER            -1
82
 #define SDPOWER            -1
83
 #define LED_PIN            -1
83
 #define LED_PIN            -1
84
 #define PS_ON_PIN          -1
84
 #define PS_ON_PIN          -1
85
-#define ALARM_PIN          -1
86
 #define SD_DETECT_PIN      -1
85
 #define SD_DETECT_PIN      -1
87
 
86
 
88
 #define BEEPER_PIN         -1
87
 #define BEEPER_PIN         -1

+ 0
- 1
Marlin/pins_TEENSY2.h View File

91
 #define LED_PIN             6
91
 #define LED_PIN             6
92
 #define PS_ON_PIN          27
92
 #define PS_ON_PIN          27
93
 #define KILL_PIN           -1
93
 #define KILL_PIN           -1
94
-#define ALARM_PIN          -1
95
 
94
 
96
 #if DISABLED(SDSUPPORT)
95
 #if DISABLED(SDSUPPORT)
97
   // these pins are defined in the SD library if building with SD support
96
   // these pins are defined in the SD library if building with SD support

+ 0
- 1
Marlin/pins_TEENSYLU.h View File

58
 #define LED_PIN            -1
58
 #define LED_PIN            -1
59
 #define PS_ON_PIN          -1
59
 #define PS_ON_PIN          -1
60
 #define KILL_PIN           -1
60
 #define KILL_PIN           -1
61
-#define ALARM_PIN          -1
62
 
61
 
63
 #if DISABLED(SDSUPPORT)
62
 #if DISABLED(SDSUPPORT)
64
   // these pins are defined in the SD library if building with SD support
63
   // these pins are defined in the SD library if building with SD support

Loading…
Cancel
Save