MC pos control: Use default scheduling priorities

This commit is contained in:
Lorenz Meier 2017-07-09 21:54:47 +02:00
parent 727bb4886d
commit 482a98facb
1 changed files with 1 additions and 1 deletions

View File

@ -2365,7 +2365,7 @@ MulticopterPositionControl::start()
/* start the task */
_control_task = px4_task_spawn_cmd("mc_pos_control",
SCHED_DEFAULT,
SCHED_PRIORITY_MAX - 5,
SCHED_PRIORITY_POSITION_CONTROL,
1900,
(px4_main_t)&MulticopterPositionControl::task_main_trampoline,
nullptr);