Skip to content

Commit bffa9c0

Browse files
sandeepmistryfacchinm
authored andcommitted
Remove some incorrect SD lib related lines
1 parent 073c992 commit bffa9c0

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

Diff for: variants/mkrvidor4000/variant.h

+1-8
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ static const uint8_t MOSI = PIN_SPI_MOSI;
101101
static const uint8_t MISO = PIN_SPI_MISO;
102102
static 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;
114114
static const uint8_t MISO1 = PIN_SPI1_MISO;
115115
static 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

0 commit comments

Comments
 (0)