forked from Archive/PX4-Autopilot
ekf2: Increase RAM to remove stack space warnings
This commit is contained in:
parent
ee75f0eb0e
commit
63cbce6bd3
|
@ -1393,7 +1393,7 @@ int Ekf2::start()
|
|||
_control_task = px4_task_spawn_cmd("ekf2",
|
||||
SCHED_DEFAULT,
|
||||
SCHED_PRIORITY_MAX - 5,
|
||||
5800,
|
||||
5900,
|
||||
(px4_main_t)&Ekf2::task_main_trampoline,
|
||||
nullptr);
|
||||
|
||||
|
|
Loading…
Reference in New Issue