mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-02-17 23:00:50 +00:00
Always Invert Octopus Onboard SD Detect Pin (#21882)
This commit is contained in:
parent
75dadcc669
commit
175fac8fe8
1 changed files with 2 additions and 0 deletions
|
@ -349,6 +349,8 @@
|
||||||
//
|
//
|
||||||
#if SD_CONNECTION_IS(ONBOARD)
|
#if SD_CONNECTION_IS(ONBOARD)
|
||||||
#define SDIO_SUPPORT // Use SDIO for onboard SD
|
#define SDIO_SUPPORT // Use SDIO for onboard SD
|
||||||
|
#undef SD_DETECT_STATE
|
||||||
|
#define SD_DETECT_STATE HIGH
|
||||||
#define SD_DETECT_PIN PC14
|
#define SD_DETECT_PIN PC14
|
||||||
#elif SD_CONNECTION_IS(LCD)
|
#elif SD_CONNECTION_IS(LCD)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue