Increase main task stack size to 8kB.

This commit is contained in:
Arnim Läuger 2017-04-01 10:10:44 +02:00 committed by GitHub
parent e2fdd4adbe
commit 13cfd69396
1 changed files with 1 additions and 1 deletions

View File

@ -1,2 +1,2 @@
# Empirical value to prevent a firmware crash due to stack overflow. # Empirical value to prevent a firmware crash due to stack overflow.
CONFIG_MAIN_TASK_STACK_SIZE=6144 CONFIG_MAIN_TASK_STACK_SIZE=8192