Skip to content

Commit daa927a

Browse files
committed
switch STM to dwc2 USB
1 parent a651696 commit daa927a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ports/stm/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ ifneq ($(CIRCUITPY_AUDIOBUSIO_PDMIN),0)
215215
endif
216216

217217
ifneq ($(CIRCUITPY_USB),0)
218-
SRC_C += lib/tinyusb/src/portable/st/synopsys/dcd_synopsys.c
218+
SRC_C += lib/tinyusb/src/portable/synopsys/dwc2/dcd_dwc2.c
219219
endif
220220

221221
SRC_S = \

0 commit comments

Comments
 (0)