frsky_telemetry: increase stack by 60 bytes

This commit is contained in:
Daniel Agar 2019-09-27 10:46:34 -04:00
parent 4f71c4e123
commit 637d52c74f
1 changed files with 1 additions and 1 deletions

View File

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