summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--chip/host/config_chip.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/chip/host/config_chip.h b/chip/host/config_chip.h
index 37ea9a9f44..dceb685ed5 100644
--- a/chip/host/config_chip.h
+++ b/chip/host/config_chip.h
@@ -32,6 +32,9 @@ extern char __host_flash[CONFIG_FLASH_SIZE];
/* Compute the rest of the flash params from these */
#include "config_std_internal_flash.h"
+/* Default task stack size */
+#define TASK_STACK_SIZE 512
+
/* Interval between HOOK_TICK notifications */
#define HOOK_TICK_INTERVAL_MS 250
#define HOOK_TICK_INTERVAL (HOOK_TICK_INTERVAL_MS * MSEC)