hal/stm32: Update hal config.

This commit is contained in:
iabdalkader 2024-01-02 09:53:23 +01:00
parent 7df6694c3d
commit f76e10580c
2 changed files with 2 additions and 0 deletions

View File

@ -53,6 +53,7 @@ stm32h7xx_hal_uart.c\
stm32h7xx_hal_usart.c\
stm32h7xx_hal_jpeg.c\
stm32h7xx_hal_qspi.c\
stm32h7xx_ll_rcc.c\
stm32h7xx_ll_usb.c\
stm32h7xx_ll_sdmmc.c\
stm32h7xx_ll_fmc.c\

View File

@ -244,6 +244,7 @@
#ifdef HAL_RCC_MODULE_ENABLED
#include "stm32h7xx_hal_rcc.h"
#include "stm32h7xx_ll_rcc.h"
#endif /* HAL_RCC_MODULE_ENABLED */
#ifdef HAL_GPIO_MODULE_ENABLED