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:
Damien George 2022-01-31 16:55:07 +11:00
parent c8c229b96c
commit 29867a2439
1 changed files with 1 additions and 0 deletions

View File

@ -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 \
)