Skip to content

Commit b7d7eac

Browse files
Added #include <stdint.h>
1 parent 1ebaaab commit b7d7eac

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)