forked from Archive/PX4-Autopilot
Use a really large amount of stack to avoid running out of it
This commit is contained in:
parent
5008f79a96
commit
75e6cf45e9
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue