forked from Archive/PX4-Autopilot
commander increase stack by 90 bytes (3160 -> 3250)
This commit is contained in:
parent
5ad03d7ef2
commit
976b890c56
|
@ -4387,7 +4387,7 @@ int Commander::task_spawn(int argc, char *argv[])
|
|||
_task_id = px4_task_spawn_cmd("commander",
|
||||
SCHED_DEFAULT,
|
||||
SCHED_PRIORITY_DEFAULT + 40,
|
||||
3160,
|
||||
3250,
|
||||
(px4_main_t)&run_trampoline,
|
||||
(char *const *)argv);
|
||||
|
||||
|
|
Loading…
Reference in New Issue