Skip to content

Commit 42143ca

Browse files
authored
Merge pull request adafruit#2079 from dhalbert/tinyusb-update-00c440cb
update tinyusb to 00c440cb
2 parents bd4d3c6 + 44b28d1 commit 42143ca

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

lib/tinyusb

Submodule tinyusb updated 61 files

ports/nrf/Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -184,8 +184,7 @@ SRC_C += \
184184
# USB source files for nrf52840
185185
ifeq ($(MCU_SUB_VARIANT),nrf52840)
186186
SRC_C += \
187-
lib/tinyusb/src/portable/nordic/nrf5x/dcd_nrf5x.c \
188-
lib/tinyusb/src/portable/nordic/nrf5x/hal_nrf5x.c
187+
lib/tinyusb/src/portable/nordic/nrf5x/dcd_nrf5x.c
189188
endif
190189

191190
SRC_COMMON_HAL_EXPANDED = $(addprefix shared-bindings/, $(SRC_COMMON_HAL)) \

0 commit comments

Comments
 (0)