Question
Bug of GubeMX....Where to find the file stm32f7xx_hal_exti.h ?
CubeMX generate file stm32f7xx_hal_conf.h. There is a lineы in this file
#ifdef HAL_EXTI_MODULE_ENABLED
#include "stm32f7xx_hal_exti.h"
#endif /* HAL_EXTI_MODULE_ENABLED */
File stm32f7xx_hal_exti.h does not exist at all anywhere else
