ArduPlane: move call to compass cal update up to AP_Vehicle

This commit is contained in:
Peter Barker 2022-07-16 12:02:45 +10:00 committed by Andrew Tridgell
parent d39fcfd038
commit 3f4a472899
1 changed files with 0 additions and 1 deletions

View File

@ -82,7 +82,6 @@ const AP_Scheduler::Task Plane::scheduler_tasks[] = {
#if AP_ICENGINE_ENABLED
SCHED_TASK_CLASS(AP_ICEngine, &plane.g2.ice_control, update, 10, 100, 81),
#endif
SCHED_TASK_CLASS(Compass, &plane.compass, cal_update, 50, 50, 84),
#if AP_OPTICALFLOW_ENABLED
SCHED_TASK_CLASS(OpticalFlow, &plane.optflow, update, 50, 50, 87),
#endif