Merge pull request #3 from Mculover666/master

[修复]NULL报错问题
pull/5/head
Bin 6 years ago committed by GitHub
commit 22d0e6ec10
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -7,6 +7,7 @@
#define _MULTI_TIMER_H_
#include "stdint.h"
#include "stddef.h"
typedef struct Timer {
uint32_t timeout;

Loading…
Cancel
Save