mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
Logger: use default scheduling priorities
This commit is contained in:
parent
60c96d9dd6
commit
08e49806c8
@ -192,7 +192,7 @@ int Logger::task_spawn(int argc, char *argv[])
|
||||
{
|
||||
_task_id = px4_task_spawn_cmd("logger",
|
||||
SCHED_DEFAULT,
|
||||
SCHED_PRIORITY_MAX - 10,
|
||||
SCHED_PRIORITY_LOG_CAPTURE,
|
||||
3600,
|
||||
(px4_main_t)&run_trampoline,
|
||||
(char *const *)argv);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user