aboutsummaryrefslogtreecommitdiffstats
path: root/os/rt/include/chvt.h
diff options
context:
space:
mode:
Diffstat (limited to 'os/rt/include/chvt.h')
-rw-r--r--os/rt/include/chvt.h1
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.*/