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

EKF: Push up stack size as the max frame size is already 3.4K

parent 06f5e242
No related branches found
No related tags found
No related merge requests found
......@@ -1122,7 +1122,7 @@ int AttitudePositionEstimatorEKF::start()
_estimator_task = px4_task_spawn_cmd("ekf_att_pos_estimator",
SCHED_DEFAULT,
SCHED_PRIORITY_MAX - 20,
3900,
4600,
(px4_main_t)&AttitudePositionEstimatorEKF::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