Skip to content

Commit 723266b

Browse files
committed
Merge remote-tracking branch 'origin/main' into main
2 parents d283034 + 624a53a commit 723266b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/tinyusb

Submodule tinyusb updated 270 files

ports/esp32s2/Makefile

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

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

197197
SRC_S =

0 commit comments

Comments
 (0)