vmount run at default priority

This commit is contained in:
Daniel Agar
2017-08-22 10:52:21 -04:00
committed by Lorenz Meier
parent 47987f7e36
commit f282f50cff
+1 -1
View File
@@ -443,7 +443,7 @@ int vmount_main(int argc, char *argv[])
thread_should_exit = false;
int vmount_task = px4_task_spawn_cmd("vmount",
SCHED_DEFAULT,
SCHED_PRIORITY_DEFAULT + 40,
SCHED_PRIORITY_DEFAULT,
1900,
vmount_thread_main,
(char *const *)argv + 1);