forked from Archive/PX4-Autopilot
Merge pull request #1117 from PX4/mavlink_stack_size
mavlink: stack size for main thread increased
This commit is contained in:
commit
bd88951f6c
|
@ -2238,7 +2238,7 @@ Mavlink::start(int argc, char *argv[])
|
||||||
task_spawn_cmd(buf,
|
task_spawn_cmd(buf,
|
||||||
SCHED_DEFAULT,
|
SCHED_DEFAULT,
|
||||||
SCHED_PRIORITY_DEFAULT,
|
SCHED_PRIORITY_DEFAULT,
|
||||||
1950,
|
2700,
|
||||||
(main_t)&Mavlink::start_helper,
|
(main_t)&Mavlink::start_helper,
|
||||||
(const char **)argv);
|
(const char **)argv);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue