git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@331 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
parent
558007d1cf
commit
0b7254491c
|
@ -68,7 +68,7 @@ typedef struct {
|
|||
|
||||
extern DeltaList dlist;
|
||||
|
||||
#define chVTDoTickI() \
|
||||
#define chVTDoTickI() { \
|
||||
if (&dlist != (DeltaList *)dlist.dl_next) { \
|
||||
VirtualTimer *vtp; \
|
||||
\
|
||||
|
@ -79,7 +79,8 @@ extern DeltaList dlist;
|
|||
(vtp->vt_next->vt_prev = (void *)&dlist)->vt_next = vtp->vt_next; \
|
||||
fn(vtp->vt_par); \
|
||||
} \
|
||||
}
|
||||
} \
|
||||
}
|
||||
|
||||
/** Infinite time specification.*/
|
||||
#define TIME_INFINITE 0
|
||||
|
|
Loading…
Reference in New Issue