forked from Archive/PX4-Autopilot
mc_att_control: Reduce stack mildly by 50 bytes
This commit is contained in:
parent
236af7fdc3
commit
3f9028b728
|
@ -818,7 +818,7 @@ MulticopterAttitudeControl::start()
|
|||
_control_task = task_spawn_cmd("mc_att_control",
|
||||
SCHED_DEFAULT,
|
||||
SCHED_PRIORITY_MAX - 5,
|
||||
2048,
|
||||
2000,
|
||||
(main_t)&MulticopterAttitudeControl::task_main_trampoline,
|
||||
nullptr);
|
||||
|
||||
|
|
Loading…
Reference in New Issue