AP_Scheduler: fixed example build

This commit is contained in:
Andrew Tridgell 2015-05-26 14:37:14 +10:00
parent ce0ee69a3b
commit 96b921d4cc

View File

@ -70,7 +70,7 @@ void setup(void)
AP_InertialSensor::RATE_50HZ); AP_InertialSensor::RATE_50HZ);
// initialise the scheduler // initialise the 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]));
} }
void loop(void) void loop(void)