mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-25 00:31:36 +08:00
vmount: increase stack size to 2100
Signed-off-by: Claudio Micheli <claudio@auterion.com>
This commit is contained in:
committed by
Daniel Agar
parent
90fe4b7a54
commit
9d02851893
@@ -500,7 +500,7 @@ int vmount_main(int argc, char *argv[])
|
||||
int vmount_task = px4_task_spawn_cmd("vmount",
|
||||
SCHED_DEFAULT,
|
||||
SCHED_PRIORITY_DEFAULT,
|
||||
1900,
|
||||
2100,
|
||||
vmount_thread_main,
|
||||
(char *const *)argv + 1);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user