aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--core/test/run-timer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/test/run-timer.c b/core/test/run-timer.c
index 36d9a65..8452ee0 100644
--- a/core/test/run-timer.c
+++ b/core/test/run-timer.c
@@ -49,7 +49,7 @@ int main(void)
}
count = NUM_TIMERS;
while(count) {
- check_timers();
+ check_timers(false);
stamp++;
}
return 0;