commander increase stack by 90 bytes (3160 -> 3250)

This commit is contained in:
Daniel Agar
2018-02-01 22:42:59 -05:00
committed by Beat Küng
parent 5ad03d7ef2
commit 976b890c56
+1 -1
View File
@@ -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);