mirror of https://github.com/ArduPilot/ardupilot
ArduCopter: move call of notify.update up to AP_Vehicle
This commit is contained in:
parent
0d390e925d
commit
6c5c88061f
|
@ -189,7 +189,6 @@ const AP_Scheduler::Task Copter::scheduler_tasks[] = {
|
|||
#if LOGGING_ENABLED == ENABLED
|
||||
SCHED_TASK(loop_rate_logging, LOOP_RATE, 50, 75),
|
||||
#endif
|
||||
SCHED_TASK_CLASS(AP_Notify, &copter.notify, update, 50, 90, 78),
|
||||
SCHED_TASK(one_hz_loop, 1, 100, 81),
|
||||
SCHED_TASK(ekf_check, 10, 75, 84),
|
||||
SCHED_TASK(check_vibration, 10, 50, 87),
|
||||
|
|
Loading…
Reference in New Issue