summaryrefslogtreecommitdiff
path: root/board/plankton/ec.tasklist
diff options
context:
space:
mode:
Diffstat (limited to 'board/plankton/ec.tasklist')
-rw-r--r--board/plankton/ec.tasklist2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/plankton/ec.tasklist b/board/plankton/ec.tasklist
index e9c8c1cc1f..d31352893c 100644
--- a/board/plankton/ec.tasklist
+++ b/board/plankton/ec.tasklist
@@ -19,4 +19,4 @@
#define CONFIG_TASK_LIST \
TASK_ALWAYS(HOOKS, hook_task, NULL, TASK_STACK_SIZE) \
TASK_ALWAYS(CONSOLE, console_task, NULL, TASK_STACK_SIZE) \
- TASK_ALWAYS(PD, pd_task, NULL, TASK_STACK_SIZE)
+ TASK_ALWAYS(PD, pd_task, NULL, LARGER_TASK_STACK_SIZE)