Merge pull request #4900 from hathach/fix-nrf-control-race-condition

update tinyusb to fix nrf control race condition
This commit is contained in:
Dan Halbert 2021-06-21 09:39:43 -04:00 committed by GitHub
commit 624a53adee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

@ -1 +1 @@
Subproject commit ab4d30fd6bca02c73eb9b4ff82db0b2b0f403344
Subproject commit df0cda2d7ab7a061bcb28213273bcc3a8d8dbaec

View File

@ -191,7 +191,7 @@ SRC_C += \
peripherals/rmt.c
ifneq ($(CIRCUITPY_USB),0)
SRC_C += lib/tinyusb/src/portable/espressif/esp32s2/dcd_esp32s2.c
SRC_C += lib/tinyusb/src/portable/espressif/esp32sx/dcd_esp32sx.c
endif
SRC_S =