stm32h5xx_hal_conf.h is generated with #define HAL_USART_MODULE_ENABLED
Hi.
Problem:
stm32h5_xx_hal_conf.h is generated with #define HAL_USART_MODULE_ENABLED but the file stm32h5xx_hal_usart.h is not included in the project code generation.
I'm using one usart peripheral in asynchronous mode, it is OK to just comment out the row in stm32h5_xx_hal_conf.h to make the project compile and work, I must do that each time the .ioc changes.
Versions:
STM32CubeIDE version 1.14.0
STM32CubeMX version: 6.10.0-RC9
STM32Cube FW_H5 V1.1.1
Settings:
Peripherals initialized as a pair of '.c/.h' files per peripheral
