adjust stack sizes

This commit is contained in:
Daniel Agar
2016-05-19 11:42:36 -04:00
committed by Lorenz Meier
parent 206d5a7afc
commit 1ecdb0f6fb
10 changed files with 10 additions and 8 deletions

View File

@@ -2286,7 +2286,7 @@ Mavlink::start(int argc, char *argv[])
px4_task_spawn_cmd(buf,
SCHED_DEFAULT,
SCHED_PRIORITY_DEFAULT,
2800,
3000,
(px4_main_t)&Mavlink::start_helper,
(char *const *)argv);