Skip to content

Commit 5e87086

Browse files
Changed #include to stm32xx_hal.h in timer.h so you can use timer.h and debounce.c stuff in all repos
1 parent ffb4f37 commit 5e87086

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

middleware/include/timer.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#ifndef TIMER_H
22
#define TIMER_H
33

4-
#include "stm32f4xx_hal.h"
4+
#include "stm32xx_hal.h"
55
#include <stdbool.h>
66

77
typedef struct {

0 commit comments

Comments
 (0)