Always Invert Octopus Onboard SD Detect Pin (#21882)

This commit is contained in:
Keith Bennett 2021-05-12 15:48:24 -07:00 committed by GitHub
parent 75dadcc669
commit 175fac8fe8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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