mc_att_control: Reduce stack mildly by 50 bytes

This commit is contained in:
Lorenz Meier 2014-05-15 07:29:43 +02:00
parent 236af7fdc3
commit 3f9028b728
1 changed files with 1 additions and 1 deletions

View File

@ -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);