MAVLink: use only the memory it needs

This commit is contained in:
Lorenz Meier 2016-08-15 13:08:14 +02:00 committed by Lorenz Meier
parent d810726c6e
commit 39ce001c41
1 changed files with 1 additions and 1 deletions

View File

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