Tracker: pass log-performance-bit at init time rather than update time

This commit is contained in:
Peter Barker 2018-02-10 09:36:48 +11:00 committed by Andrew Tridgell
parent 7b6bc4adf1
commit c2663fca9e

View File

@ -65,7 +65,7 @@ void Tracker::setup()
init_tracker();
// 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);
}
/**