AntennaTracker: fix for scheduler API change

This commit is contained in:
Andrew Tridgell 2015-05-26 14:36:34 +10:00
parent 4fdfa47ca3
commit ce0ee69a3b
1 changed files with 1 additions and 1 deletions

View File

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