1 changed files with
1 additions and
0 deletions
|
|
|
@ -7,6 +7,7 @@
|
|
|
|
#define _MULTI_TIMER_H_
|
|
|
|
#define _MULTI_TIMER_H_
|
|
|
|
|
|
|
|
|
|
|
|
#include "stdint.h"
|
|
|
|
#include "stdint.h"
|
|
|
|
|
|
|
|
#include "stddef.h"
|
|
|
|
|
|
|
|
|
|
|
|
typedef struct Timer {
|
|
|
|
typedef struct Timer {
|
|
|
|
uint32_t timeout;
|
|
|
|
uint32_t timeout;
|
|
|
|
|