mavlink: revert stack size 2048 to fix suspending in HIL mode

This commit is contained in:
Anton Babushkin
2014-01-30 19:44:06 +01:00
committed by Lorenz Meier
parent 71e35d7ed1
commit eb177def14
+1 -1
View File
@@ -773,7 +773,7 @@ int mavlink_main(int argc, char *argv[])
mavlink_task = task_spawn_cmd("mavlink",
SCHED_DEFAULT,
SCHED_PRIORITY_DEFAULT,
1200,
2048,
mavlink_thread_main,
(const char **)argv);