mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
Navigator: Be more efficient
This commit is contained in:
parent
1e9fae8301
commit
ba9e9397aa
@ -640,7 +640,7 @@ Navigator::start()
|
||||
_navigator_task = px4_task_spawn_cmd("navigator",
|
||||
SCHED_DEFAULT,
|
||||
SCHED_PRIORITY_DEFAULT + 5,
|
||||
1500,
|
||||
1300,
|
||||
(px4_main_t)&Navigator::task_main_trampoline,
|
||||
nullptr);
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user