mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-05 22:24:47 +08:00
vmount: increase stack size
This commit is contained in:
committed by
Beat Küng
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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user