Browse Source

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

sbg
Lorenz Meier 11 years ago
parent
commit
75e6cf45e9
  1. 2
      src/modules/fw_att_pos_estimator/fw_att_pos_estimator_main.cpp

2
src/modules/fw_att_pos_estimator/fw_att_pos_estimator_main.cpp

@ -520,7 +520,7 @@ FixedwingEstimator::start() @@ -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…
Cancel
Save