Skip to content

Commit

Permalink
Fix DCD build.
Browse files Browse the repository at this point in the history
  • Loading branch information
HiFiPhile committed Nov 7, 2022
1 parent 9d3d8fd commit 42f543a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hw/bsp/stm32l4/family.mk
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ CFLAGS += -Wno-error=maybe-uninitialized -Wno-error=cast-align
#src/portable/st/synopsys/dcd_synopsys.c
SRC_C += \
src/portable/synopsys/dwc2/dcd_dwc2.c \
src/portable/st/stm32_fsdev/dcd_stm32_fsdev.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 \
Expand Down

0 comments on commit 42f543a

Please sign in to comment.