summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Halbert <halbert@halwitz.org>2019-08-19 19:42:45 -0400
committerDan Halbert <halbert@halwitz.org>2019-08-19 19:42:45 -0400
commit44b28d118757d1db35dfdd0042a499dcd51a7d59 (patch)
treee683a948cbab1e152c6e64e593ed4568c3acfd16
parent0ddfbb0c20432458cc8020ab5ad7538e6813b60b (diff)
update tinyusb to 00c440cb
m---------lib/tinyusb0
-rwxr-xr-xports/nrf/Makefile3
2 files changed, 1 insertions, 2 deletions
diff --git a/lib/tinyusb b/lib/tinyusb
-Subproject 96d96a94b887bc1b648a175c28b377dba76a906
+Subproject 00c440cb26fbea7fd367623454d8b67855f1372
diff --git a/ports/nrf/Makefile b/ports/nrf/Makefile
index fad127514..9a461f9d8 100755
--- a/ports/nrf/Makefile
+++ b/ports/nrf/Makefile
@@ -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)) \