mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
Sensors hub: Use default scheduling priorities
This commit is contained in:
parent
b07dde78e3
commit
017a29cba1
@ -719,7 +719,7 @@ int Sensors::task_spawn(int argc, char *argv[])
|
||||
/* start the task */
|
||||
_task_id = px4_task_spawn_cmd("sensors",
|
||||
SCHED_DEFAULT,
|
||||
SCHED_PRIORITY_MAX - 6,
|
||||
SCHED_PRIORITY_SENSOR_HUB,
|
||||
2000,
|
||||
(px4_main_t)&run_trampoline,
|
||||
(char *const *)argv);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user