Skip to content

Commit d355bbd

Browse files
sandeepmistryfacchinm
authored andcommitted
Rename the SPIWIFI_* pins to FPGA_SPIWIFI_*
1 parent 4ac6bec commit d355bbd

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

variants/mkrvidor4000/variant.h

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -122,11 +122,11 @@ static const uint8_t SCK1 = PIN_SPI1_SCK;
122122
#define SDCARD_SS_PIN PIN_SPI1_SS
123123

124124
// NINA signals
125-
#define SPIWIFI SPIEx
126-
#define NINA_GPIO0 (100 + 64 + 10) // WM_PIO27 -> NiNa GPIO0 -> FPGA N9
127-
#define SPIWIFI_RESET (100 + 64 + 0) // WM_RESET -> NiNa RESETN -> FPGA R1
128-
#define SPIWIFI_ACK (100 + 64 + 5) // WM_PIO7 -> NiNa GPIO33 -> FPGA P6
129-
#define SPIWIFI_SS (100 + 64 + 11) // WM_PIO28 -> NiNa GPIO5 -> FPGA N11
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
130130

131131
// Wire Interfaces
132132
// ---------------

0 commit comments

Comments
 (0)