mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-11 02:18:29 -04:00
Copter: fix update_thr_average to run at 100hz
Committed by Randy on Julien's behalf
This commit is contained in:
parent
56a8bf5460
commit
b7a6e3bf2c
@ -730,7 +730,7 @@ static const AP_Scheduler::Task scheduler_tasks[] PROGMEM = {
|
||||
{ auto_trim, 40, 14 },
|
||||
{ update_altitude, 40, 100 },
|
||||
{ run_nav_updates, 8, 80 },
|
||||
{ update_thr_average, 40, 10 },
|
||||
{ update_thr_average, 4, 10 },
|
||||
{ three_hz_loop, 133, 9 },
|
||||
{ compass_accumulate, 8, 42 },
|
||||
{ barometer_accumulate, 8, 25 },
|
||||
|
Loading…
Reference in New Issue
Block a user