mirror of https://github.com/ArduPilot/ardupilot
ArduPlane: move call of notify.update up to AP_Vehicle
This commit is contained in:
parent
6c5c88061f
commit
59bc070555
|
@ -80,7 +80,6 @@ const AP_Scheduler::Task Plane::scheduler_tasks[] = {
|
|||
SCHED_TASK_CLASS(AP_ServoRelayEvents, &plane.ServoRelayEvents, update_events, 50, 150, 63),
|
||||
SCHED_TASK_CLASS(AP_BattMonitor, &plane.battery, read, 10, 300, 66),
|
||||
SCHED_TASK_CLASS(AP_Baro, &plane.barometer, accumulate, 50, 150, 69),
|
||||
SCHED_TASK_CLASS(AP_Notify, &plane.notify, update, 50, 300, 72),
|
||||
SCHED_TASK(read_rangefinder, 50, 100, 78),
|
||||
#if AP_ICENGINE_ENABLED
|
||||
SCHED_TASK_CLASS(AP_ICEngine, &plane.g2.ice_control, update, 10, 100, 81),
|
||||
|
|
Loading…
Reference in New Issue