Skip to content

Commit 175fac8

Browse files
authored
Always Invert Octopus Onboard SD Detect Pin (#21882)
1 parent 75dadcc commit 175fac8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Marlin/src/pins/stm32f4/pins_BTT_OCTOPUS_V1_0.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -349,6 +349,8 @@
349349
//
350350
#if SD_CONNECTION_IS(ONBOARD)
351351
#define SDIO_SUPPORT // Use SDIO for onboard SD
352+
#undef SD_DETECT_STATE
353+
#define SD_DETECT_STATE HIGH
352354
#define SD_DETECT_PIN PC14
353355
#elif SD_CONNECTION_IS(LCD)
354356

0 commit comments

Comments
 (0)