mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-01 02:55:07 +08:00
vmount run at default priority
This commit is contained in:
committed by
Lorenz Meier
parent
47987f7e36
commit
f282f50cff
@@ -443,7 +443,7 @@ int vmount_main(int argc, char *argv[])
|
|||||||
thread_should_exit = false;
|
thread_should_exit = false;
|
||||||
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,
|
||||||
1900,
|
1900,
|
||||||
vmount_thread_main,
|
vmount_thread_main,
|
||||||
(char *const *)argv + 1);
|
(char *const *)argv + 1);
|
||||||
|
|||||||
Reference in New Issue
Block a user