Skip to content

Commit

Permalink
ArduPlane: move call to compass cal update up to AP_Vehicle
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbarker authored and tridge committed Aug 16, 2022
1 parent d39fcfd commit 3f4a472
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ArduPlane/ArduPlane.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3f4a472

Please sign in to comment.