diff options
Diffstat (limited to 'os/rt/include')
-rw-r--r-- | os/rt/include/chvt.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/rt/include/chvt.h b/os/rt/include/chvt.h index 35bd947e0..3dc67f2a3 100644 --- a/os/rt/include/chvt.h +++ b/os/rt/include/chvt.h @@ -401,7 +401,7 @@ static inline void chVTDoTickI(void) { /* All timers within the time window are triggered and removed,
note that the loop is stopped by the timers header having
- "ch.vtlist.vt_delta == (systime_t)-1" which is greater than
+ "ch.vtlist.vt_delta == (sysinterval_t)-1" which is greater than
all deltas.*/
while (vtp->delta <= chTimeDiffX(ch.vtlist.lasttime, now)) {
vtfunc_t fn;
|