reverted memory change, sdlog app needs more than 2K

This commit is contained in:
Lorenz Meier 2012-10-30 18:26:36 +01:00
parent 56a0f14b34
commit edd2715f84
1 changed files with 1 additions and 1 deletions

View File

@ -144,7 +144,7 @@ int sdlog_main(int argc, char *argv[])
deamon_task = task_spawn("sdlog",
SCHED_DEFAULT,
SCHED_PRIORITY_DEFAULT - 30,
2048,
4096,
sdlog_thread_main,
(argv) ? (const char **)&argv[2] : (const char **)NULL);
exit(0);