diff options
| author | hathach <[email protected]> | 2021-10-25 00:06:57 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2021-10-25 00:06:57 +0700 |
| commit | 32742571da065f0a075ac9e7cf8d0f0009f5ea4d (patch) | |
| tree | 39044a012827dfc181a83323502ee6a587708c7b /hw | |
| parent | 06de6b725c9d1ccadce0905f85335e4708ad1524 (diff) | |
switch gd32 and stm32f4 to use new dwc2 driver
Diffstat (limited to 'hw')
| -rw-r--r-- | hw/bsp/gd32vf103/family.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/bsp/gd32vf103/family.mk b/hw/bsp/gd32vf103/family.mk index 9148e7f8b..4de23ac17 100644 --- a/hw/bsp/gd32vf103/family.mk +++ b/hw/bsp/gd32vf103/family.mk @@ -35,7 +35,7 @@ CFLAGS += \ CFLAGS += -Wno-error=unused-parameter SRC_C += \ - src/portable/st/synopsys/dcd_synopsys.c \ + src/portable/synopsys/dwc2/dcd_dwc2.c \ $(GD32VF103_SDK_DRIVER)/gd32vf103_rcu.c \ $(GD32VF103_SDK_DRIVER)/gd32vf103_gpio.c \ $(GD32VF103_SDK_DRIVER)/Usb/gd32vf103_usb_hw.c \ |
