forked from Archive/PX4-Autopilot
Stack size reduced to 2408. Max stack usage reported by top in EASY mode at 1924.
This commit is contained in:
parent
b0f65bb708
commit
70b1037c2e
|
@ -126,7 +126,7 @@ int multirotor_pos_control_main(int argc, char *argv[])
|
|||
deamon_task = task_spawn_cmd("multirotor_pos_control",
|
||||
SCHED_DEFAULT,
|
||||
SCHED_PRIORITY_MAX - 60,
|
||||
4096,
|
||||
2408,
|
||||
multirotor_pos_control_thread_main,
|
||||
(argv) ? (const char **)&argv[2] : (const char **)NULL);
|
||||
exit(0);
|
||||
|
|
Loading…
Reference in New Issue