Skip to content

Commit

Permalink
🐛 Fix SDSUPPORT for SKR CR-6 (MarlinFirmware#22668)
Browse files Browse the repository at this point in the history
Co-authored-by: Sebastiaan Dammann <sebastiaandammann@outlook.com>
  • Loading branch information
2 people authored and ptoal committed Dec 16, 2021
1 parent fb1aad9 commit d426aac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Marlin/src/pins/stm32f1/pins_BTT_SKR_CR6.h
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@
#if SD_CONNECTION_IS(ONBOARD)
#define SD_DETECT_PIN PC4
#define ONBOARD_SD_CS_PIN PA4 // Chip select for "System" SD card
#define SDSS ONBOARD_SD_CS_PIN
#endif

//
Expand Down

0 comments on commit d426aac

Please sign in to comment.