revert tinyusb udpate

This commit is contained in:
hathach 2022-07-11 16:06:32 +07:00
parent d59bc2715d
commit 0cd2f0dc5f
No known key found for this signature in database
GPG Key ID: F5D50C6D51D17CBA
2 changed files with 2 additions and 2 deletions

@ -1 +1 @@
Subproject commit ecb899408bb95c5c0d50ebe2d887cd746104c534
Subproject commit 73896a3b71c525a3ee4cefa7e35ce3b3a93786ef

View File

@ -235,7 +235,7 @@ SRC_C += \
packages/$(MCU_PACKAGE).c
ifneq ($(CIRCUITPY_USB),0)
SRC_C += lib/tinyusb/src/portable/synopsys/dwc2/dcd_dwc2.c
SRC_C += lib/tinyusb/src/portable/st/synopsys/dcd_synopsys.c
endif
SRC_S = \