stm32/mboot: Include hal_rcc_ex.c in source file list.
It's needed at least on F4 because this file overrides the weak function HAL_RCC_DeInit() from hal_rcc.c. Signed-off-by: Damien George <damien@micropython.org>
This commit is contained in:
parent
c8c229b96c
commit
29867a2439
|
@ -162,6 +162,7 @@ SRC_HAL += $(addprefix $(HAL_DIR)/Src/stm32$(MCU_SERIES)xx_,\
|
|||
hal_pcd.c \
|
||||
hal_pcd_ex.c \
|
||||
hal_rcc.c \
|
||||
hal_rcc_ex.c \
|
||||
ll_usb.c \
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue