Fixed wing: Use default scheduling priorities

This commit is contained in:
Lorenz Meier 2017-07-09 21:54:31 +02:00
parent 08e49806c8
commit 727bb4886d

View File

@ -1857,7 +1857,7 @@ FixedwingPositionControl::start()
/* start the task */
_control_task = px4_task_spawn_cmd("fw_pos_ctrl_l1",
SCHED_DEFAULT,
SCHED_PRIORITY_MAX - 5,
SCHED_PRIORITY_POSITION_CONTROL,
1700,
(px4_main_t)&FixedwingPositionControl::task_main_trampoline,
nullptr);