mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-28 19:32:36 +08:00
vtol_att_control increase stack by 30 Bytes (1200 -> 1230)
This commit is contained in:
@@ -929,7 +929,7 @@ VtolAttitudeControl::start()
|
|||||||
_control_task = px4_task_spawn_cmd("vtol_att_control",
|
_control_task = px4_task_spawn_cmd("vtol_att_control",
|
||||||
SCHED_DEFAULT,
|
SCHED_DEFAULT,
|
||||||
SCHED_PRIORITY_MAX - 10,
|
SCHED_PRIORITY_MAX - 10,
|
||||||
1200,
|
1230,
|
||||||
(px4_main_t)&VtolAttitudeControl::task_main_trampoline,
|
(px4_main_t)&VtolAttitudeControl::task_main_trampoline,
|
||||||
nullptr);
|
nullptr);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user