Up stack for frsky_telemetry

This commit is contained in:
Alexey Matveev 2020-03-09 23:33:04 +03:00 committed by Daniel Agar
parent 3fef401e81
commit baf3cd5c30
1 changed files with 1 additions and 1 deletions

View File

@ -719,7 +719,7 @@ int frsky_telemetry_main(int argc, char *argv[])
frsky_task = px4_task_spawn_cmd("frsky_telemetry",
SCHED_DEFAULT,
SCHED_PRIORITY_DEFAULT + 4,
1380,
1400,
frsky_telemetry_thread_main,
(char *const *)argv);