LPE: Increase stack to allow enough safe margin

This commit is contained in:
Lorenz Meier 2016-12-17 12:39:30 +01:00 committed by Lorenz Meier
parent 9667c98b61
commit df613361b9

View File

@ -113,7 +113,7 @@ int local_position_estimator_main(int argc, char *argv[])
deamon_task = px4_task_spawn_cmd("lp_estimator",
SCHED_DEFAULT,
SCHED_PRIORITY_MAX - 5,
13000,
13500,
local_position_estimator_thread_main,
(argv && argc > 2) ? (char *const *) &argv[2] : (char *const *) NULL);
return 0;