[修复]NULL报错问题

pull/3/head
mculover666 6 years ago
parent c076dd4b2c
commit 4713b3eb07

@ -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;

Loading…
Cancel
Save