mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
vmount: increase stack size
This commit is contained in:
parent
b8d389ca4e
commit
281ee5e5af
@ -444,7 +444,7 @@ int vmount_main(int argc, char *argv[])
|
||||
int vmount_task = px4_task_spawn_cmd("vmount",
|
||||
SCHED_DEFAULT,
|
||||
SCHED_PRIORITY_DEFAULT + 40,
|
||||
1500,
|
||||
2000,
|
||||
vmount_thread_main,
|
||||
(char *const *)argv + 1);
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user