Skip to content

Commit

Permalink
Always Invert Octopus Onboard SD Detect Pin (MarlinFirmware#21882)
Browse files Browse the repository at this point in the history
  • Loading branch information
thisiskeithb authored and Night69 committed Aug 31, 2021
1 parent 09f12f0 commit 78ff7fb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Marlin/src/pins/stm32f4/pins_BTT_OCTOPUS_V1_0.h
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 78ff7fb

Please sign in to comment.