mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
ArduSub: move call to compass cal update up to AP_Vehicle
This commit is contained in:
parent
3f4a472899
commit
9576075800
@ -98,7 +98,6 @@ const AP_Scheduler::Task Sub::scheduler_tasks[] = {
|
||||
#if RPM_ENABLED == ENABLED
|
||||
SCHED_TASK_CLASS(AP_RPM, &sub.rpm_sensor, update, 10, 200, 66),
|
||||
#endif
|
||||
SCHED_TASK_CLASS(Compass, &sub.compass, cal_update, 100, 100, 69),
|
||||
SCHED_TASK(terrain_update, 10, 100, 72),
|
||||
#if GRIPPER_ENABLED == ENABLED
|
||||
SCHED_TASK_CLASS(AP_Gripper, &sub.g2.gripper, update, 10, 75, 75),
|
||||
|
Loading…
Reference in New Issue
Block a user