Browse Source

Remove BEEPER_PIN override in pins_RIGIDBOARD.h

Resolves #5926. This override is no longer needed since the RAMPS LCD controller pins were fixed.
Scott Lahteine 7 years ago
parent
commit
eeb490221f
1 changed files with 0 additions and 3 deletions
  1. 0
    3
      Marlin/pins_RIGIDBOARD.h

+ 0
- 3
Marlin/pins_RIGIDBOARD.h View File

@@ -124,9 +124,6 @@
124 124
 
125 125
 #elif ENABLED(REPRAP_DISCOUNT_SMART_CONTROLLER)
126 126
 
127
-  #undef BEEPER_PIN
128
-  #define BEEPER_PIN -1
129
-
130 127
   #undef  SD_DETECT_PIN
131 128
   #define SD_DETECT_PIN 22
132 129
 

Loading…
Cancel
Save