MAVLink: Use less RAM

This commit is contained in:
Lorenz Meier
2015-02-27 11:23:44 +01:00
parent da5b06a5df
commit 0ebbb5f533
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1621,7 +1621,7 @@ Mavlink::start(int argc, char *argv[])
task_spawn_cmd(buf,
SCHED_DEFAULT,
SCHED_PRIORITY_DEFAULT,
2800,
2700,
(main_t)&Mavlink::start_helper,
(char * const *)argv);