From 5e870865a8cf3beead21284af253149f5d889188 Mon Sep 17 00:00:00 2001 From: bjackson312006 Date: Tue, 2 Sep 2025 18:11:21 -0400 Subject: [PATCH] Changed #include to stm32xx_hal.h in timer.h so you can use timer.h and debounce.c stuff in all repos --- middleware/include/timer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/middleware/include/timer.h b/middleware/include/timer.h index b57a8af0..76a7c317 100644 --- a/middleware/include/timer.h +++ b/middleware/include/timer.h @@ -1,7 +1,7 @@ #ifndef TIMER_H #define TIMER_H -#include "stm32f4xx_hal.h" +#include "stm32xx_hal.h" #include typedef struct {