MAVLink: Remove excessive stack

This commit is contained in:
Lorenz Meier
2016-05-05 19:36:39 +02:00
parent 986145ac23
commit ae75ba26b7

View File

@@ -2238,7 +2238,7 @@ Mavlink::start(int argc, char *argv[])
px4_task_spawn_cmd(buf,
SCHED_DEFAULT,
SCHED_PRIORITY_DEFAULT,
2900,
2800,
(px4_main_t)&Mavlink::start_helper,
(char *const *)argv);