Use a really large amount of stack to avoid running out of it

This commit is contained in:
Lorenz Meier 2014-01-01 17:04:24 +01:00
parent 5008f79a96
commit 75e6cf45e9
1 changed files with 1 additions and 1 deletions

View File

@ -520,7 +520,7 @@ FixedwingEstimator::start()
_estimator_task = task_spawn_cmd("fw_att_pos_estimator",
SCHED_DEFAULT,
SCHED_PRIORITY_MAX - 5,
2048,
12048,
(main_t)&FixedwingEstimator::task_main_trampoline,
nullptr);