File tree 1 file changed +1
-8
lines changed
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;
101
101
static const uint8_t MISO = PIN_SPI_MISO ;
102
102
static const uint8_t SCK = PIN_SPI_SCK ;
103
103
104
- // SPI1: Connected to SD
104
+ // SPI1: Connected to FPGA JTAG
105
105
#define PIN_SPI1_MISO (29u)
106
106
#define PIN_SPI1_MOSI (26u)
107
107
#define PIN_SPI1_SCK (27u)
@@ -114,13 +114,6 @@ static const uint8_t MOSI1 = PIN_SPI1_MOSI;
114
114
static const uint8_t MISO1 = PIN_SPI1_MISO ;
115
115
static const uint8_t SCK1 = PIN_SPI1_SCK ;
116
116
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
-
124
117
// Wire Interfaces
125
118
// ---------------
126
119
#define WIRE_INTERFACES_COUNT 1
You can’t perform that action at this time.
0 commit comments