0
0
Fork 0
mirror of https://github.com/MarlinFirmware/Marlin.git synced 2025-01-29 13:19:53 +00:00

If unused, just don’t define it.

This commit is contained in:
Richard Wackerbarth 2015-12-10 07:03:55 -06:00
parent 3b2973da6a
commit 0fa3bac8ee

View file

@ -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