Skip to content
Snippets Groups Projects
Commit 326800e5 authored by Beat Küng's avatar Beat Küng Committed by Lorenz Meier
Browse files

logger: increase stack size

evaluated with: logger start -e -t -m all
and then make sure to get an error printf in the mavlink writer backend,
eg. for an ack timeout.
parent 8e0d548f
No related branches found
No related tags found
No related merge requests found
......@@ -204,7 +204,7 @@ int Logger::start(char *const *argv)
logger_task = px4_task_spawn_cmd("logger",
SCHED_DEFAULT,
SCHED_PRIORITY_MAX - 5,
3200,
3800,
(px4_main_t)&Logger::run_trampoline,
(char *const *)argv);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment