update tinyusb to 00c440cb

This commit is contained in:
Dan Halbert 2019-08-19 19:42:45 -04:00
parent 0ddfbb0c20
commit 44b28d1187
2 changed files with 2 additions and 3 deletions

@ -1 +1 @@
Subproject commit 96d96a94b887bc1b648a175c28b377dba76a9068
Subproject commit 00c440cb26fbea7fd367623454d8b67855f1372f

View File

@ -184,8 +184,7 @@ SRC_C += \
# USB source files for nrf52840
ifeq ($(MCU_SUB_VARIANT),nrf52840)
SRC_C += \
lib/tinyusb/src/portable/nordic/nrf5x/dcd_nrf5x.c \
lib/tinyusb/src/portable/nordic/nrf5x/hal_nrf5x.c
lib/tinyusb/src/portable/nordic/nrf5x/dcd_nrf5x.c
endif
SRC_COMMON_HAL_EXPANDED = $(addprefix shared-bindings/, $(SRC_COMMON_HAL)) \