Skip to content

Commit 1ebaaab

Browse files
Changed STM32 HAL #include to not be platform-specific (#307)
1 parent ffb4f37 commit 1ebaaab

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)