diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2015-03-31 07:00:06 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2015-03-31 07:00:06 +0000 |
commit | 337db8c8b26a6ff706025432f104c91e71804119 (patch) | |
tree | 298723ec523e122bc29feef2473c5ca887f51c0c /os/rt/include | |
parent | a484164f768cdea9b346b2af2c71376e8e260d21 (diff) | |
download | ChibiOS-337db8c8b26a6ff706025432f104c91e71804119.tar.gz ChibiOS-337db8c8b26a6ff706025432f104c91e71804119.tar.bz2 ChibiOS-337db8c8b26a6ff706025432f104c91e71804119.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7834 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/rt/include')
-rw-r--r-- | os/rt/include/chvt.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/os/rt/include/chvt.h b/os/rt/include/chvt.h index 0bb127250..c3457894f 100644 --- a/os/rt/include/chvt.h +++ b/os/rt/include/chvt.h @@ -487,6 +487,7 @@ static inline void chVTDoTickI(void) { /* Timers processing loop.*/
while (true) {
+ systime_t now;
vtfunc_t fn;
/* The "last time" becomes this timer's expiration time.*/
|