summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--chip/g/config_chip.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chip/g/config_chip.h b/chip/g/config_chip.h
index ad5f95cf4d..531883c504 100644
--- a/chip/g/config_chip.h
+++ b/chip/g/config_chip.h
@@ -46,7 +46,7 @@
#define CONFIG_STACK_SIZE 1024
/* Idle task stack size */
-#define IDLE_TASK_STACK_SIZE 256
+#define IDLE_TASK_STACK_SIZE 512
/* Default task stack size */
#define TASK_STACK_SIZE 488