Skip to content

Commit 624a53a

Browse files
authored
Merge pull request #4900 from hathach/fix-nrf-control-race-condition
update tinyusb to fix nrf control race condition
2 parents 6dbeb75 + b3a9122 commit 624a53a

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)