mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
Blimp: move call to compass cal update up to AP_Vehicle
This commit is contained in:
parent
9576075800
commit
27c5a80275
@ -91,7 +91,6 @@ const AP_Scheduler::Task Blimp::scheduler_tasks[] = {
|
|||||||
#endif
|
#endif
|
||||||
SCHED_TASK_CLASS(AP_InertialSensor, &blimp.ins, periodic, 400, 50, 66),
|
SCHED_TASK_CLASS(AP_InertialSensor, &blimp.ins, periodic, 400, 50, 66),
|
||||||
SCHED_TASK_CLASS(AP_Scheduler, &blimp.scheduler, update_logging, 0.1, 75, 69),
|
SCHED_TASK_CLASS(AP_Scheduler, &blimp.scheduler, update_logging, 0.1, 75, 69),
|
||||||
SCHED_TASK_CLASS(Compass, &blimp.compass, cal_update, 100, 100, 72),
|
|
||||||
#if STATS_ENABLED == ENABLED
|
#if STATS_ENABLED == ENABLED
|
||||||
SCHED_TASK_CLASS(AP_Stats, &blimp.g2.stats, update, 1, 100, 75),
|
SCHED_TASK_CLASS(AP_Stats, &blimp.g2.stats, update, 1, 100, 75),
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user