diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2017-10-12 18:50:41 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2017-10-12 18:50:41 +0000 |
commit | 750a8f14b696e51b8522cddcf0265775b610dfa1 (patch) | |
tree | 2ae9dd5af0b4faf718e1936fdcd05e5f0418364d /os/rt/include | |
parent | 4d0b8bdf6e8c27242b38f69c0831eb2a0ddb689f (diff) | |
download | ChibiOS-750a8f14b696e51b8522cddcf0265775b610dfa1.tar.gz ChibiOS-750a8f14b696e51b8522cddcf0265775b610dfa1.tar.bz2 ChibiOS-750a8f14b696e51b8522cddcf0265775b610dfa1.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/rt5_dev_point1@10815 35acf78f-673a-0410-8e92-d51de3d6d3f4
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;
|