Skip to content

Commit 44b28d1

Browse files
committed
update tinyusb to 00c440cb
1 parent 0ddfbb0 commit 44b28d1

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

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)