|
|
|
@ -89,7 +89,7 @@ const AP_Scheduler::Task Plane::scheduler_tasks[] = {
@@ -89,7 +89,7 @@ const AP_Scheduler::Task Plane::scheduler_tasks[] = {
|
|
|
|
|
#endif |
|
|
|
|
SCHED_TASK_CLASS(AP_InertialSensor, &plane.ins, periodic, 50, 50), |
|
|
|
|
SCHED_TASK(avoidance_adsb_update, 10, 100), |
|
|
|
|
SCHED_TASK(button_update, 5, 100), |
|
|
|
|
SCHED_TASK_CLASS(AP_Button, &plane.g2.button, update, 5, 100), |
|
|
|
|
#if STATS_ENABLED == ENABLED |
|
|
|
|
SCHED_TASK_CLASS(AP_Stats, &plane.g2.stats, update, 1, 100), |
|
|
|
|
#endif |
|
|
|
|