ekf2_main: reduce stack (according to the reductions in the commit before)

This commit is contained in:
Beat Küng
2016-11-01 12:50:10 +01:00
committed by Lorenz Meier
parent 5bcfa3c7e6
commit d1a3261e81
+1 -1
View File
@@ -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);