File tree Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ static const uint8_t MOSI = PIN_SPI_MOSI;
101101static const uint8_t MISO = PIN_SPI_MISO ;
102102static const uint8_t SCK = PIN_SPI_SCK ;
103103
104- // SPI1: Connected to SD
104+ // SPI1: Connected to FPGA JTAG
105105#define PIN_SPI1_MISO (29u)
106106#define PIN_SPI1_MOSI (26u)
107107#define PIN_SPI1_SCK (27u)
@@ -114,13 +114,6 @@ static const uint8_t MOSI1 = PIN_SPI1_MOSI;
114114static const uint8_t MISO1 = PIN_SPI1_MISO ;
115115static const uint8_t SCK1 = PIN_SPI1_SCK ;
116116
117- // Needed for SD library
118- #define SDCARD_SPI SPI1
119- #define SDCARD_MISO_PIN PIN_SPI1_MISO
120- #define SDCARD_MOSI_PIN PIN_SPI1_MOSI
121- #define SDCARD_SCK_PIN PIN_SPI1_SCK
122- #define SDCARD_SS_PIN PIN_SPI1_SS
123-
124117// Wire Interfaces
125118// ---------------
126119#define WIRE_INTERFACES_COUNT 1
You can’t perform that action at this time.
0 commit comments