Ensure MAVLink app has enough stack space

This commit is contained in:
Lorenz Meier 2014-11-02 12:58:32 +01:00
parent 75d0ffe4e5
commit ce1ec430f8
1 changed files with 1 additions and 1 deletions

View File

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