summaryrefslogtreecommitdiffstats
path: root/c/src/exec/score/inline/tod.inl
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/exec/score/inline/tod.inl')
-rw-r--r--c/src/exec/score/inline/tod.inl2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/exec/score/inline/tod.inl b/c/src/exec/score/inline/tod.inl
index 5ed1e76d8f..3892dbdb98 100644
--- a/c/src/exec/score/inline/tod.inl
+++ b/c/src/exec/score/inline/tod.inl
@@ -45,7 +45,7 @@ STATIC INLINE boolean _TOD_Is_set( void )
STATIC INLINE void _TOD_Tickle_ticks( void )
{
_TOD_Current.ticks += 1;
- _TOD_Ticks_since_boot += 1;
+ _Watchdog_Ticks_since_boot += 1;
}
/*PAGE