mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2024-11-28 06:21:31 +00:00
Always Invert Octopus Onboard SD Detect Pin (#21882)
This commit is contained in:
parent
75dadcc669
commit
175fac8fe8
@ -349,6 +349,8 @@
|
||||
//
|
||||
#if SD_CONNECTION_IS(ONBOARD)
|
||||
#define SDIO_SUPPORT // Use SDIO for onboard SD
|
||||
#undef SD_DETECT_STATE
|
||||
#define SD_DETECT_STATE HIGH
|
||||
#define SD_DETECT_PIN PC14
|
||||
#elif SD_CONNECTION_IS(LCD)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user