Skip to content

Commit 2645a58

Browse files
Added #include <stdint.h> to timer.h (#308)
1 parent 1ebaaab commit 2645a58

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

middleware/include/timer.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
#define TIMER_H
33

44
#include "stm32xx_hal.h"
5+
#include <stdint.h>
56
#include <stdbool.h>
67

78
typedef struct {

0 commit comments

Comments
 (0)