Merge pull request #1117 from PX4/mavlink_stack_size

mavlink: stack size for main thread increased
This commit is contained in:
Lorenz Meier 2014-07-04 18:21:22 +02:00
commit bd88951f6c
1 changed files with 1 additions and 1 deletions

View File

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