forked from Archive/PX4-Autopilot
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:
parent
8e0d548f51
commit
326800e5a8
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue