|
|
|
@ -213,7 +213,6 @@ const AP_Scheduler::Task Copter::scheduler_tasks[] = {
@@ -213,7 +213,6 @@ const AP_Scheduler::Task Copter::scheduler_tasks[] = {
|
|
|
|
|
#if RPM_ENABLED == ENABLED |
|
|
|
|
SCHED_TASK_CLASS(AP_RPM, &copter.rpm_sensor, update, 40, 200, 129), |
|
|
|
|
#endif |
|
|
|
|
SCHED_TASK_CLASS(Compass, &copter.compass, cal_update, 100, 100, 132), |
|
|
|
|
SCHED_TASK_CLASS(AP_TempCalibration, &copter.g2.temp_calibration, update, 10, 100, 135), |
|
|
|
|
#if HAL_ADSB_ENABLED |
|
|
|
|
SCHED_TASK(avoidance_adsb_update, 10, 100, 138), |
|
|
|
|