Skip to content

Commit b3a9122

Browse files
committed
fix build with esp32s2
1 parent 683304f commit b3a9122

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ports/esp32s2/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ SRC_C += \
190190
peripherals/rmt.c
191191

192192
ifneq ($(CIRCUITPY_USB),0)
193-
SRC_C += lib/tinyusb/src/portable/espressif/esp32s2/dcd_esp32s2.c
193+
SRC_C += lib/tinyusb/src/portable/espressif/esp32sx/dcd_esp32sx.c
194194
endif
195195

196196
SRC_S =

0 commit comments

Comments
 (0)