Fixed too low stack sizes

This commit is contained in:
Lorenz Meier
2013-06-17 09:57:34 +02:00
parent c240e843aa
commit badaa5e4a2
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -240,7 +240,7 @@ int sdlog2_main(int argc, char *argv[])
deamon_task = task_spawn("sdlog2",
SCHED_DEFAULT,
SCHED_PRIORITY_DEFAULT - 30,
2048,
3000,
sdlog2_thread_main,
(const char **)argv);
exit(0);