Skip to content

Commit f9015a0

Browse files
sandeepmistryfacchinm
authored andcommitted
Remove FPGA bitstream based defines from variant
1 parent c0da99a commit f9015a0

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

variants/mkrvidor4000/variant.h

-7
Original file line numberDiff line numberDiff line change
@@ -121,13 +121,6 @@ static const uint8_t SCK1 = PIN_SPI1_SCK;
121121
#define SDCARD_SCK_PIN PIN_SPI1_SCK
122122
#define SDCARD_SS_PIN PIN_SPI1_SS
123123

124-
// NINA signals
125-
#define SPIWIFI SPIEx
126-
#define FPGA_NINA_GPIO0 (64 + 10) // WM_PIO27 -> NiNa GPIO0 -> FPGA N9
127-
#define FPGA_SPIWIFI_RESET (64 + 0) // WM_RESET -> NiNa RESETN -> FPGA R1
128-
#define FPGA_SPIWIFI_ACK (64 + 5) // WM_PIO7 -> NiNa GPIO33 -> FPGA P6
129-
#define FPGA_SPIWIFI_SS (64 + 11) // WM_PIO28 -> NiNa GPIO5 -> FPGA N11
130-
131124
// Wire Interfaces
132125
// ---------------
133126
#define WIRE_INTERFACES_COUNT 1

0 commit comments

Comments
 (0)