mavlink: stack size increased

This commit is contained in:
Anton Babushkin 2014-07-03 19:00:22 +02:00
parent a1655bb8c4
commit d7394c7ef9
1 changed files with 1 additions and 1 deletions

View File

@ -1601,7 +1601,7 @@ Mavlink::start(int argc, char *argv[])
task_spawn_cmd(buf, task_spawn_cmd(buf,
SCHED_DEFAULT, SCHED_DEFAULT,
SCHED_PRIORITY_DEFAULT, SCHED_PRIORITY_DEFAULT,
1950, 2700,
(main_t)&Mavlink::start_helper, (main_t)&Mavlink::start_helper,
(const char **)argv); (const char **)argv);