diff --git a/src/interrupts.c b/src/interrupts.c --- a/src/interrupts.c +++ b/src/interrupts.c @@ -5,7 +5,7 @@ #include "stm32f0xx_hal.h" #include "stm32f0xx.h" #include "interrupts.h" -#include "usart.h" +#include "uart.h" #include "gpio.h" extern TIM_HandleTypeDef htim1;