Skip to content
Snippets Groups Projects
Commit 2bf11da5 authored by Giuliano Zaro's avatar Giuliano Zaro Committed by Scott Lahteine
Browse files

Fix pin based on SOFT_SPI_CS (#14504)

parent 66e16af2
Branches
Tags
No related merge requests found
......@@ -47,7 +47,7 @@
// hardware pin defs
#define SD_CHIP_SELECT_PIN SS_PIN // The default chip select pin for the SD card is SS.
#else // SOFTWARE_SPI
#define SD_CHIP_SELECT_PIN SOFT_SPI_CS_PIN // SPI chip select pin
#define SD_CHIP_SELECT_PIN 10 // Software SPI chip select pin for the SD
#endif // SOFTWARE_SPI
class Sd2Card {
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment