mirror of https://github.com/ArduPilot/ardupilot
Blimp: remove Baro accumulate API
no backend actually needs to be prodded, everything is done on timers
This commit is contained in:
parent
cccd105ac9
commit
b78b79fa84
|
@ -75,7 +75,6 @@ const AP_Scheduler::Task Blimp::scheduler_tasks[] = {
|
|||
#if AP_SERVORELAYEVENTS_ENABLED
|
||||
SCHED_TASK_CLASS(AP_ServoRelayEvents, &blimp.ServoRelayEvents, update_events, 50, 75, 27),
|
||||
#endif
|
||||
SCHED_TASK_CLASS(AP_Baro, &blimp.barometer, accumulate, 50, 90, 30),
|
||||
#if HAL_LOGGING_ENABLED
|
||||
SCHED_TASK(full_rate_logging, 50, 50, 33),
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue