switch STM to dwc2 USB
This commit is contained in:
parent
a651696c5c
commit
daa927a114
1 changed files with 1 additions and 1 deletions
|
|
@ -215,7 +215,7 @@ ifneq ($(CIRCUITPY_AUDIOBUSIO_PDMIN),0)
|
|||
endif
|
||||
|
||||
ifneq ($(CIRCUITPY_USB),0)
|
||||
SRC_C += lib/tinyusb/src/portable/st/synopsys/dcd_synopsys.c
|
||||
SRC_C += lib/tinyusb/src/portable/synopsys/dwc2/dcd_dwc2.c
|
||||
endif
|
||||
|
||||
SRC_S = \
|
||||
|
|
|
|||
Loading…
Reference in a new issue