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.
This commit is contained in:
Beat Küng 2016-10-12 18:01:07 +02:00 committed by Lorenz Meier
parent 8e0d548f51
commit 326800e5a8
1 changed files with 1 additions and 1 deletions

View File

@ -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);