mirror of
https://github.com/openmv/openmv.git
synced 2025-11-04 14:49:50 +08:00
hal/stm32: Update hal config.
This commit is contained in:
parent
7df6694c3d
commit
f76e10580c
@ -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\
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user