summaryrefslogtreecommitdiff
path: root/board/cherry/ec.tasklist
diff options
context:
space:
mode:
Diffstat (limited to 'board/cherry/ec.tasklist')
-rw-r--r--board/cherry/ec.tasklist1
1 files changed, 1 insertions, 0 deletions
diff --git a/board/cherry/ec.tasklist b/board/cherry/ec.tasklist
index fa829ffe1a..f9050fef87 100644
--- a/board/cherry/ec.tasklist
+++ b/board/cherry/ec.tasklist
@@ -16,6 +16,7 @@
TASK_ALWAYS(HOSTCMD, host_command_task, NULL, 1024) \
TASK_ALWAYS(CONSOLE, console_task, NULL, LARGER_TASK_STACK_SIZE) \
TASK_NOTEST(KEYSCAN, keyboard_scan_task, NULL, TASK_STACK_SIZE) \
+ TASK_ALWAYS(DPS, dps_task, NULL, 1280) \
TASK_ALWAYS(PD_C0, pd_task, NULL, 1280) \
TASK_ALWAYS(PD_C1, pd_task, NULL, 1280) \
TASK_ALWAYS(PD_INT_C1, pd_interrupt_handler_task, 1, 1024) \