forked from Archive/PX4-Autopilot
MAVLink: Reduce stack usage
This commit is contained in:
parent
1d90e86ec4
commit
0261f5dfbe
|
@ -1621,7 +1621,7 @@ Mavlink::start(int argc, char *argv[])
|
|||
task_spawn_cmd(buf,
|
||||
SCHED_DEFAULT,
|
||||
SCHED_PRIORITY_DEFAULT,
|
||||
2700,
|
||||
2400,
|
||||
(main_t)&Mavlink::start_helper,
|
||||
(char * const *)argv);
|
||||
|
||||
|
|
Loading…
Reference in New Issue