diff --git a/src/stm32f0xx_it.c b/src/interrupts.c copy from src/stm32f0xx_it.c copy to src/interrupts.c --- a/src/stm32f0xx_it.c +++ b/src/interrupts.c @@ -4,7 +4,7 @@ #include "stm32f0xx_hal.h" #include "stm32f0xx.h" -#include "stm32f0xx_it.h" +#include "interrupts.h" #include "gpio.h" extern DMA_HandleTypeDef hdma_usart1_rx;