File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -122,11 +122,11 @@ static const uint8_t SCK1 = PIN_SPI1_SCK;
122
122
#define SDCARD_SS_PIN PIN_SPI1_SS
123
123
124
124
// 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
130
130
131
131
// Wire Interfaces
132
132
// ---------------
You can’t perform that action at this time.
0 commit comments