Browse Source

If unused, just don’t define it.

pull/1/head
Richard Wackerbarth 9 years ago
parent
commit
0fa3bac8ee
  1. 2
      Marlin/pins_RAMPS_13.h

2
Marlin/pins_RAMPS_13.h

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

Loading…
Cancel
Save