diff --git a/stm32f0xx_it.c b/system/interrupts.c copy from stm32f0xx_it.c copy to system/interrupts.c --- a/stm32f0xx_it.c +++ b/system/interrupts.c @@ -34,7 +34,7 @@ /* Includes ------------------------------------------------------------------*/ #include "stm32f0xx_hal.h" #include "stm32f0xx.h" -#include "stm32f0xx_it.h" +#include "interrupts.h" /* USER CODE BEGIN 0 */ /* USER CODE END 0 */