vtol_att_control increase stack by 30 Bytes (1200 -> 1230)

This commit is contained in:
Daniel Agar
2017-11-29 15:07:30 -05:00
parent f63c8218e4
commit fedc9abb02
@@ -929,7 +929,7 @@ VtolAttitudeControl::start()
_control_task = px4_task_spawn_cmd("vtol_att_control",
SCHED_DEFAULT,
SCHED_PRIORITY_MAX - 10,
1200,
1230,
(px4_main_t)&VtolAttitudeControl::task_main_trampoline,
nullptr);