Skip to content
Snippets Groups Projects
Commit 4d69314a authored by Lorenz Meier's avatar Lorenz Meier
Browse files

Adjust navigator priority

parent 556ba951
No related branches found
No related tags found
No related merge requests found
......@@ -498,7 +498,7 @@ Navigator::start()
/* start the task */
_navigator_task = task_spawn_cmd("navigator",
SCHED_DEFAULT,
SCHED_PRIORITY_MAX - 5,
SCHED_PRIORITY_DEFAULT + 20,
2000,
(main_t)&Navigator::task_main_trampoline,
nullptr);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment