Skip to content
Snippets Groups Projects
Commit eba44efc authored by Matthieu Schaller's avatar Matthieu Schaller
Browse files

Correct use of the timer mask to reset the timers.

parent 60627447
Branches
Tags
1 merge request!327Rebuild criteria
......@@ -628,7 +628,7 @@ int main(int argc, char *argv[]) {
for (int k = 0; k < timer_count; k++)
printf("%.3f\t", clocks_from_ticks(timers[k]));
printf("\n");
timers_reset(0xFFFFFFFFllu);
timers_reset(timers_mask_all);
}
#ifdef SWIFT_DEBUG_TASKS
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment