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.tasklist4
1 files changed, 2 insertions, 2 deletions
diff --git a/board/samus_pd/ec.tasklist b/board/samus_pd/ec.tasklist
index 366f8a54a4..e6aff54b6d 100644
--- a/board/samus_pd/ec.tasklist
+++ b/board/samus_pd/ec.tasklist
@@ -20,5 +20,5 @@
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) \
- TASK_ALWAYS(PD_C1, pd_task, NULL, TASK_STACK_SIZE)
+ TASK_ALWAYS(PD_C0, pd_task, NULL, LARGER_TASK_STACK_SIZE) \
+ TASK_ALWAYS(PD_C1, pd_task, NULL, LARGER_TASK_STACK_SIZE)