aboutsummaryrefslogtreecommitdiffstats
path: root/os/kernel/include/chvt.h
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-09-24 17:31:31 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-09-24 17:31:31 +0000
commit719e83e6e85e24242a95e9a4d48845fd5400dc5b (patch)
tree9c195d58df2c802226daaf9059739110feb03be4 /os/kernel/include/chvt.h
parent759cb521269b63afd3f0f3f8229de11b54216694 (diff)
downloadChibiOS-719e83e6e85e24242a95e9a4d48845fd5400dc5b.tar.gz
ChibiOS-719e83e6e85e24242a95e9a4d48845fd5400dc5b.tar.bz2
ChibiOS-719e83e6e85e24242a95e9a4d48845fd5400dc5b.zip
Fixed bug 3074984, undone change to the virtual timers.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2186 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/kernel/include/chvt.h')
-rw-r--r--os/kernel/include/chvt.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/os/kernel/include/chvt.h b/os/kernel/include/chvt.h
index 8a44bf703..a7667b92c 100644
--- a/os/kernel/include/chvt.h
+++ b/os/kernel/include/chvt.h
@@ -87,6 +87,7 @@ typedef struct {
list. */
VirtualTimer *vt_prev; /**< @brief Last timer in the delta
list. */
+ systime_t vt_time; /**< @brief Must be initialized to -1. */
volatile systime_t vt_systime; /**< @brief System Time counter. */
} VTList;