Fix up stack sizes

This commit is contained in:
Lorenz Meier
2014-11-17 14:59:36 +01:00
parent f20f85f0e3
commit 41fe04776f
5 changed files with 6 additions and 4 deletions
+1 -1
View File
@@ -223,7 +223,7 @@ BottleDrop::start()
_main_task = task_spawn_cmd("bottle_drop",
SCHED_DEFAULT,
SCHED_PRIORITY_DEFAULT + 15,
2048,
1500,
(main_t)&BottleDrop::task_main_trampoline,
nullptr);