mavlink, commander: Get back close to original stack sizes. Although tests came clean, we do not want to take any chances

This commit is contained in:
Lorenz Meier
2014-05-15 07:14:58 +02:00
parent 5466e68bb2
commit 8dc0a21a7e
2 changed files with 2 additions and 2 deletions

View File

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