|
|
|
@ -651,7 +651,7 @@ static const AP_Scheduler::Task scheduler_tasks[] PROGMEM = {
@@ -651,7 +651,7 @@ static const AP_Scheduler::Task scheduler_tasks[] PROGMEM = {
|
|
|
|
|
{ update_compass, 5, 1500 }, |
|
|
|
|
{ read_airspeed, 5, 1500 }, |
|
|
|
|
{ read_control_switch, 15, 1000 }, |
|
|
|
|
{ update_alt, 5, 1000 }, |
|
|
|
|
{ update_alt, 5, 3000 }, |
|
|
|
|
{ calc_altitude_error, 5, 1000 }, |
|
|
|
|
{ update_commands, 5, 7000 }, |
|
|
|
|
{ update_mount, 2, 1500 }, |
|
|
|
|