|
|
|
@ -91,7 +91,6 @@ const AP_Scheduler::Task Sub::scheduler_tasks[] = {
@@ -91,7 +91,6 @@ const AP_Scheduler::Task Sub::scheduler_tasks[] = {
|
|
|
|
|
#endif |
|
|
|
|
SCHED_TASK(update_batt_compass, 10, 120), |
|
|
|
|
SCHED_TASK(read_aux_switches, 10, 50), |
|
|
|
|
SCHED_TASK(arm_motors_check, 10, 50), |
|
|
|
|
SCHED_TASK(auto_disarm_check, 10, 50), |
|
|
|
|
SCHED_TASK(auto_trim, 10, 75), |
|
|
|
|
SCHED_TASK(read_rangefinder, 20, 100), |
|
|
|
|