mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-07 17:35:22 +08:00
ekf2_main: reduce stack (according to the reductions in the commit before)
This commit is contained in:
@@ -1044,7 +1044,7 @@ int Ekf2::start()
|
||||
_control_task = px4_task_spawn_cmd("ekf2",
|
||||
SCHED_DEFAULT,
|
||||
SCHED_PRIORITY_MAX - 5,
|
||||
6000,
|
||||
5800,
|
||||
(px4_main_t)&Ekf2::task_main_trampoline,
|
||||
nullptr);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user