Skip to content

Commit

Permalink
Fix SKR test for ONBOARD SD
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkyhead committed Mar 5, 2020
1 parent 0578e9b commit e3da86f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Marlin/src/pins/stm32/pins_BTT_SKR_PRO_V1_1.h
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@
// Onboard SD card
// NOT compatible with LCD
//
#if SDCARD_CONNECTION == ONBOARD && !defined(HAS_SPI_LCD)
#if SDCARD_CONNECTION == ONBOARD && !HAS_SPI_LCD
#define SOFTWARE_SPI // Use soft SPI for onboard SD
#define SDSS PA4
#define SCK_PIN PA5
Expand Down

0 comments on commit e3da86f

Please sign in to comment.