Resolved! Circular dependency in HAL driver for STM32H5.
Hi!I have a project that will not compile due to "error: 'HAL_StatusTypeDef' does not name a type".The project uses STM32H563 and includes file stm32h5xx_hal_conf.h.The HAL_RCC_MODULE_ENABLED and HAL_GPIO_MODULE_ENABLED are defined.When looking into ...