logger: reduce stack size, which got freed in 05a771152520

commit msg: 'logger: avoid uORB::Subscription, directly use orb_subscribe() instead'
This commit is contained in:
Beat Küng
2016-10-18 17:17:39 +02:00
committed by Lorenz Meier
parent 1bdad65849
commit 09d8e4fd8c
+1 -1
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,
3800,
3600,
(px4_main_t)&Logger::run_trampoline,
(char *const *)argv);