Skip to content

Commit 71922ef

Browse files
committed
Merge branch 'tinyusb' into adafruit-tinyusb
2 parents 96075f6 + 7a2e3e1 commit 71922ef

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

variants/pyportal_m4/variant.h

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,11 +126,13 @@ static const uint8_t ATN = PIN_ATN;
126126
/* WiFi interfaces */
127127
#define SerialNina Serial1
128128
#define SPIWIFI SPI
129-
#define NINA_GPIO0 6
130-
#define NINA_RESETN 7
129+
#define ESP32_GPIO0 6
130+
#define ESP32_RESETN 7
131131
#define SPIWIFI_SS 8
132132
#define SPIWIFI_ACK 5
133133
#define SPIWIFI_RESET 7
134+
#define NINA_GPIO0 ESP32_GPIO0
135+
#define NINA_RESETN ESP32_RESETN
134136
#define SerialESP32 Serial1
135137

136138
/*

0 commit comments

Comments
 (0)