summaryrefslogtreecommitdiffstats
path: root/c/src/exec/score/src/coretod.c
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/exec/score/src/coretod.c')
-rw-r--r--c/src/exec/score/src/coretod.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/c/src/exec/score/src/coretod.c b/c/src/exec/score/src/coretod.c
index 06f30654cc..1a11034ceb 100644
--- a/c/src/exec/score/src/coretod.c
+++ b/c/src/exec/score/src/coretod.c
@@ -231,6 +231,5 @@ void _TOD_Tickle(
}
_Watchdog_Tickle_seconds();
- _Watchdog_Insert_ticks( &_TOD_Seconds_watchdog, _TOD_Ticks_per_second,
- WATCHDOG_ACTIVATE_NOW );
+ _Watchdog_Insert_ticks( &_TOD_Seconds_watchdog, _TOD_Ticks_per_second );
}