vmount: increase stack size

This commit is contained in:
Nicolas de Palezieux
2017-08-10 16:10:19 +02:00
committed by Beat Küng
parent b8d389ca4e
commit 281ee5e5af
+1 -1
View File
@@ -444,7 +444,7 @@ int vmount_main(int argc, char *argv[])
int vmount_task = px4_task_spawn_cmd("vmount", int vmount_task = px4_task_spawn_cmd("vmount",
SCHED_DEFAULT, SCHED_DEFAULT,
SCHED_PRIORITY_DEFAULT + 40, SCHED_PRIORITY_DEFAULT + 40,
1500, 2000,
vmount_thread_main, vmount_thread_main,
(char *const *)argv + 1); (char *const *)argv + 1);