summaryrefslogtreecommitdiffstats
path: root/c/src/exec/score/macros
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/exec/score/macros')
-rw-r--r--c/src/exec/score/macros/rtems/score/tod.inl2
-rw-r--r--c/src/exec/score/macros/tod.inl2
2 files changed, 2 insertions, 2 deletions
diff --git a/c/src/exec/score/macros/rtems/score/tod.inl b/c/src/exec/score/macros/rtems/score/tod.inl
index ecab4e6eae..63c50bc515 100644
--- a/c/src/exec/score/macros/rtems/score/tod.inl
+++ b/c/src/exec/score/macros/rtems/score/tod.inl
@@ -34,7 +34,7 @@
#define _TOD_Tickle_ticks() \
_TOD_Current.ticks++; \
- _TOD_Ticks_since_boot++
+ _Watchdog_Ticks_since_boot++
/*PAGE
*
diff --git a/c/src/exec/score/macros/tod.inl b/c/src/exec/score/macros/tod.inl
index ecab4e6eae..63c50bc515 100644
--- a/c/src/exec/score/macros/tod.inl
+++ b/c/src/exec/score/macros/tod.inl
@@ -34,7 +34,7 @@
#define _TOD_Tickle_ticks() \
_TOD_Current.ticks++; \
- _TOD_Ticks_since_boot++
+ _Watchdog_Ticks_since_boot++
/*PAGE
*