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