summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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)) \