Browse Source

If unused, just don’t define it.

Richard Wackerbarth 8 years ago
parent
commit
0fa3bac8ee
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/pins_RAMPS_13.h

+ 1
- 1
Marlin/pins_RAMPS_13.h View File

@@ -232,7 +232,7 @@
232 232
       #if ENABLED(G3D_PANEL)
233 233
         #define SD_DETECT_PIN 49
234 234
       #else
235
-        #define SD_DETECT_PIN -1  // Ramps doesn't use this
235
+        //        #define SD_DETECT_PIN -1  // Ramps doesn't use this
236 236
       #endif
237 237
 
238 238
     #endif

Loading…
Cancel
Save