mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-03-06 21:53:57 -04:00
AntennaTracker: adjust for new AP_Scheduler syntax
This commit is contained in:
parent
8550c553ca
commit
a5c5ab2581
@ -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);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user