Increase logger stack size for 64 bit targets

Signed-off-by: Jukka Laitinen <jukkax@ssrc.tii.ae>
This commit is contained in:
Jukka Laitinen 2021-08-12 16:16:12 +03:00 committed by Daniel Agar
parent 8cf121fc9d
commit 733b1e9e67
1 changed files with 1 additions and 1 deletions

View File

@ -163,7 +163,7 @@ int Logger::task_spawn(int argc, char *argv[])
_task_id = px4_task_spawn_cmd("logger",
SCHED_DEFAULT,
SCHED_PRIORITY_LOG_CAPTURE,
3700,
PX4_STACK_ADJUSTED(3700),
(px4_main_t)&run_trampoline,
(char *const *)argv);