Basic RAMPS SD_DETECT_PIN override

This commit is contained in:
Scott Lahteine 2019-04-20 19:14:57 -05:00
parent c6632925e3
commit 63f6ad3fd2

View File

@ -436,7 +436,9 @@
#endif
#define BTN_ENC 35
#define SD_DETECT_PIN 49
#ifndef SD_DETECT_PIN
#define SD_DETECT_PIN 49
#endif
#define KILL_PIN 41
#if ENABLED(BQ_LCD_SMART_CONTROLLER)