Tracker: pass log-performance-bit at init time rather than update time
This commit is contained in:
parent
7b6bc4adf1
commit
c2663fca9e
@ -65,7 +65,7 @@ void Tracker::setup()
|
|||||||
init_tracker();
|
init_tracker();
|
||||||
|
|
||||||
// initialise the main loop scheduler
|
// initialise the main loop scheduler
|
||||||
scheduler.init(&scheduler_tasks[0], ARRAY_SIZE(scheduler_tasks));
|
scheduler.init(&scheduler_tasks[0], ARRAY_SIZE(scheduler_tasks), (uint32_t)-1);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user