Slightly increase commander stack size to accomodate any additional printf calls

This commit is contained in:
Lorenz Meier 2015-03-15 12:03:20 +01:00
parent cf56db21a3
commit 9db48df3d6
1 changed files with 1 additions and 1 deletions

View File

@ -278,7 +278,7 @@ int commander_main(int argc, char *argv[])
daemon_task = task_spawn_cmd("commander",
SCHED_DEFAULT,
SCHED_PRIORITY_MAX - 40,
3200,
3400,
commander_thread_main,
(argv) ? (char * const *)&argv[2] : (char * const *)NULL);