Skip to content

Commit

Permalink
stm32/mboot: Include hal_rcc_ex.c in source file list.
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
dpgeorge committed Jan 31, 2022
1 parent c8c229b commit 29867a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ports/stm32/mboot/Makefile
Expand Up @@ -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 \
)

Expand Down

0 comments on commit 29867a2

Please sign in to comment.