mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-11 02:18:29 -04:00
Plane: update_commands() can take 7ms if it needs to write a waypoint
This commit is contained in:
parent
93cd0f9a31
commit
c008fa764c
@ -653,7 +653,7 @@ static const AP_Scheduler::Task scheduler_tasks[] PROGMEM = {
|
||||
{ read_control_switch, 15, 1000 },
|
||||
{ update_alt, 5, 1000 },
|
||||
{ calc_altitude_error, 5, 1000 },
|
||||
{ update_commands, 5, 1000 },
|
||||
{ update_commands, 5, 7000 },
|
||||
{ update_mount, 2, 1500 },
|
||||
{ obc_fs_check, 5, 1000 },
|
||||
{ update_events, 15, 1500 },
|
||||
|
Loading…
Reference in New Issue
Block a user