1
0
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:
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)