diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-09-11 12:51:33 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-09-11 12:51:33 +0000 |
commit | 0f341a84ecbffa235bf0d2f461181deaad92bf2f (patch) | |
tree | 4bd7801c568d63ad50bdc4c915faa7d7d4e1f9bd /os/rt/include/chglobal.h | |
parent | ab736d4dfd758091ed3d6244f7170dd641739aed (diff) | |
download | ChibiOS-0f341a84ecbffa235bf0d2f461181deaad92bf2f.tar.gz ChibiOS-0f341a84ecbffa235bf0d2f461181deaad92bf2f.tar.bz2 ChibiOS-0f341a84ecbffa235bf0d2f461181deaad92bf2f.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6293 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/rt/include/chglobal.h')
-rw-r--r-- | os/rt/include/chglobal.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/os/rt/include/chglobal.h b/os/rt/include/chglobal.h index 9803aa8fb..3d8458f02 100644 --- a/os/rt/include/chglobal.h +++ b/os/rt/include/chglobal.h @@ -236,10 +236,10 @@ typedef struct { virtual_timer_t *vt_prev; /**< @brief Last timer in the delta
list. */
systime_t vt_delta; /**< @brief Must be initialized to -1. */
-#if CH_CFG_TIMEDELTA == 0 || defined(__DOXYGEN__)
+#if CH_CFG_ST_TIMEDELTA == 0 || defined(__DOXYGEN__)
volatile systime_t vt_systime; /**< @brief System Time counter. */
#endif
-#if CH_CFG_TIMEDELTA > 0 || defined(__DOXYGEN__)
+#if CH_CFG_ST_TIMEDELTA > 0 || defined(__DOXYGEN__)
/**
* @brief System time of the last tick event.
*/
|