mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-21 16:18:29 -04:00
ArduCopter: remove Baro accumulate API
no backend actually needs to be prodded, everything is done on timers
This commit is contained in:
parent
e089a02208
commit
b173662b3c
@ -186,7 +186,6 @@ const AP_Scheduler::Task Copter::scheduler_tasks[] = {
|
||||
#if AP_SERVORELAYEVENTS_ENABLED
|
||||
SCHED_TASK_CLASS(AP_ServoRelayEvents, &copter.ServoRelayEvents, update_events, 50, 75, 60),
|
||||
#endif
|
||||
SCHED_TASK_CLASS(AP_Baro, &copter.barometer, accumulate, 50, 90, 63),
|
||||
#if AC_PRECLAND_ENABLED
|
||||
SCHED_TASK(update_precland, 400, 50, 69),
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user