summaryrefslogtreecommitdiff
path: root/board/samus_pd/ec.tasklist
diff options
context:
space:
mode:
Diffstat (limited to 'board/samus_pd/ec.tasklist')
-rw-r--r--board/samus_pd/ec.tasklist2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/samus_pd/ec.tasklist b/board/samus_pd/ec.tasklist
index 5b8e7d3be9..366f8a54a4 100644
--- a/board/samus_pd/ec.tasklist
+++ b/board/samus_pd/ec.tasklist
@@ -17,7 +17,7 @@
* 's' is the stack size in bytes; must be a multiple of 8
*/
#define CONFIG_TASK_LIST \
- TASK_ALWAYS(HOOKS, hook_task, NULL, TASK_STACK_SIZE) \
+ TASK_ALWAYS(HOOKS, hook_task, NULL, LARGER_TASK_STACK_SIZE) \
TASK_NOTEST(HOSTCMD, host_command_task, NULL, TASK_STACK_SIZE) \
TASK_ALWAYS(CONSOLE, console_task, NULL, TASK_STACK_SIZE) \
TASK_ALWAYS(PD_C0, pd_task, NULL, TASK_STACK_SIZE) \