AntennaTracker: adjust for new AP_Scheduler syntax

This commit is contained in:
Andrew Tridgell 2015-05-13 10:58:16 +10:00
parent 8550c553ca
commit a5c5ab2581
1 changed files with 1 additions and 1 deletions

View File

@ -254,7 +254,7 @@ void setup()
init_tracker();
// initialise the main loop scheduler
scheduler.init(&scheduler_tasks[0], sizeof(scheduler_tasks)/sizeof(scheduler_tasks[0]));
scheduler.init(&scheduler_tasks[0], sizeof(scheduler_tasks)/sizeof(scheduler_tasks[0]), NULL);
}
/**