MC attitude controller: Use default scheduling order

This commit is contained in:
Lorenz Meier 2017-07-09 21:39:13 +02:00
parent 5f12259dfd
commit b26c771ea6
1 changed files with 1 additions and 1 deletions

View File

@ -1362,7 +1362,7 @@ MulticopterAttitudeControl::start()
/* start the task */
_control_task = px4_task_spawn_cmd("mc_att_control",
SCHED_DEFAULT,
SCHED_PRIORITY_MAX - 4,
SCHED_PRIORITY_ATTITUDE_CONTROL,
1700,
(px4_main_t)&MulticopterAttitudeControl::task_main_trampoline,
nullptr);