summaryrefslogtreecommitdiff
path: root/hw
diff options
context:
space:
mode:
authorhathach <[email protected]>2021-10-24 23:24:46 +0700
committerhathach <[email protected]>2021-10-24 23:24:46 +0700
commit06de6b725c9d1ccadce0905f85335e4708ad1524 (patch)
tree6c583480a705041208c251a633cb516c41fbc8ca /hw
parent55e0b5882a7e6a81563f25895c345b27a9f47c50 (diff)
adding generalized dwc2 driver
Diffstat (limited to 'hw')
-rw-r--r--hw/bsp/stm32f4/family.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/bsp/stm32f4/family.mk b/hw/bsp/stm32f4/family.mk
index 584d69405..9811d3371 100644
--- a/hw/bsp/stm32f4/family.mk
+++ b/hw/bsp/stm32f4/family.mk
@@ -21,7 +21,7 @@ CFLAGS += \
CFLAGS += -Wno-error=cast-align
SRC_C += \
- src/portable/st/synopsys/dcd_synopsys.c \
+ src/portable/synopsys/dwc2/dcd_dwc2.c \
$(ST_CMSIS)/Source/Templates/system_stm32$(ST_FAMILY)xx.c \
$(ST_HAL_DRIVER)/Src/stm32$(ST_FAMILY)xx_hal.c \
$(ST_HAL_DRIVER)/Src/stm32$(ST_FAMILY)xx_hal_cortex.c \