SDLOG2: increase stack size as needed

This commit is contained in:
Lorenz Meier
2015-11-29 17:38:48 +01:00
parent 3515e6ae91
commit 66e9abc774
+1 -1
View File
@@ -311,7 +311,7 @@ int sdlog2_main(int argc, char *argv[])
deamon_task = px4_task_spawn_cmd("sdlog2",
SCHED_DEFAULT,
SCHED_PRIORITY_DEFAULT - 30,
3000,
3300,
sdlog2_thread_main,
(char * const *)argv);