瀏覽代碼

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 年之前
父節點
當前提交
eeb490221f
共有 1 個文件被更改,包括 0 次插入3 次删除
  1. 0
    3
      Marlin/pins_RIGIDBOARD.h

+ 0
- 3
Marlin/pins_RIGIDBOARD.h 查看文件

@@ -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…
取消
儲存