summaryrefslogtreecommitdiff
path: root/board/host/ec.tasklist
diff options
context:
space:
mode:
Diffstat (limited to 'board/host/ec.tasklist')
-rw-r--r--board/host/ec.tasklist4
1 files changed, 3 insertions, 1 deletions
diff --git a/board/host/ec.tasklist b/board/host/ec.tasklist
index dc03085807..939cac3efc 100644
--- a/board/host/ec.tasklist
+++ b/board/host/ec.tasklist
@@ -20,4 +20,6 @@
#define CONFIG_TASK_LIST \
TASK_ALWAYS(HOOKS, hook_task, NULL, TASK_STACK_SIZE) \
TASK_ALWAYS(HOSTCMD, host_command_task, NULL, TASK_STACK_SIZE) \
- TASK_ALWAYS(CONSOLE, console_task, NULL, TASK_STACK_SIZE)
+ TASK_ALWAYS(CONSOLE, console_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)