Skip to content

Commit

Permalink
Blimp: remove Baro accumulate API
Browse files Browse the repository at this point in the history
no backend actually needs to be prodded, everything is done on timers
  • Loading branch information
peterbarker committed Apr 17, 2024
1 parent cccd105 commit b78b79f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Blimp/Blimp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b78b79f

Please sign in to comment.