|
|
@ -57,7 +57,6 @@ const AP_Scheduler::Task Blimp::scheduler_tasks[] = { |
|
|
|
SCHED_TASK_CLASS(AP_InertialSensor, &blimp.ins, periodic, 400, 50), |
|
|
|
SCHED_TASK_CLASS(AP_InertialSensor, &blimp.ins, periodic, 400, 50), |
|
|
|
SCHED_TASK_CLASS(AP_Scheduler, &blimp.scheduler, update_logging, 0.1, 75), |
|
|
|
SCHED_TASK_CLASS(AP_Scheduler, &blimp.scheduler, update_logging, 0.1, 75), |
|
|
|
SCHED_TASK_CLASS(Compass, &blimp.compass, cal_update, 100, 100), |
|
|
|
SCHED_TASK_CLASS(Compass, &blimp.compass, cal_update, 100, 100), |
|
|
|
SCHED_TASK(accel_cal_update, 10, 100), |
|
|
|
|
|
|
|
#if STATS_ENABLED == ENABLED |
|
|
|
#if STATS_ENABLED == ENABLED |
|
|
|
SCHED_TASK_CLASS(AP_Stats, &blimp.g2.stats, update, 1, 100), |
|
|
|
SCHED_TASK_CLASS(AP_Stats, &blimp.g2.stats, update, 1, 100), |
|
|
|
#endif |
|
|
|
#endif |
|
|
|