fix typo
This commit is contained in:
parent
d3460460c2
commit
e7ef8d4950
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
||||||
#include "timer/clock.h"
|
#include "timer/clock.h"
|
||||||
#include "timer/timer.h"
|
#include "timer/timer.h"
|
||||||
|
|
||||||
/* TIME_DELAY macro for convenience */
|
/* TIMER_DELAY macro for convenience */
|
||||||
#define TIMER_DELAY(pt, timer, t) \
|
#define TIMER_DELAY(pt, timer, t) \
|
||||||
do { \
|
do { \
|
||||||
timer_set(&timer, t); \
|
timer_set(&timer, t); \
|
||||||
|
|
Reference in a new issue