summaryrefslogtreecommitdiffstats
path: root/c/src/exec/score/macros/tod.inl
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/exec/score/macros/tod.inl')
-rw-r--r--c/src/exec/score/macros/tod.inl5
1 files changed, 2 insertions, 3 deletions
diff --git a/c/src/exec/score/macros/tod.inl b/c/src/exec/score/macros/tod.inl
index 9360a588b1..ecab4e6eae 100644
--- a/c/src/exec/score/macros/tod.inl
+++ b/c/src/exec/score/macros/tod.inl
@@ -51,9 +51,8 @@
*
*/
-#define _TOD_Activate( ticks ) \
- _Watchdog_Insert_ticks( &_TOD_Seconds_watchdog, \
- (ticks), WATCHDOG_ACTIVATE_NOW )
+#define _TOD_Activate( _ticks ) \
+ _Watchdog_Insert_ticks( &_TOD_Seconds_watchdog, (_ticks) )
#endif
/* end of include file */