summaryrefslogtreecommitdiff
path: root/board/scarlet/ec.tasklist
diff options
context:
space:
mode:
Diffstat (limited to 'board/scarlet/ec.tasklist')
-rw-r--r--board/scarlet/ec.tasklist1
1 files changed, 1 insertions, 0 deletions
diff --git a/board/scarlet/ec.tasklist b/board/scarlet/ec.tasklist
index d2e4584fb3..384ae42993 100644
--- a/board/scarlet/ec.tasklist
+++ b/board/scarlet/ec.tasklist
@@ -19,6 +19,7 @@
#define CONFIG_TASK_LIST \
TASK_ALWAYS(HOOKS, hook_task, NULL, LARGER_TASK_STACK_SIZE) \
TASK_ALWAYS(CHARGER, charger_task, NULL, LARGER_TASK_STACK_SIZE) \
+ TASK_ALWAYS(USB_CHG, usb_charger_task, NULL, TASK_STACK_SIZE) \
TASK_NOTEST(CHIPSET, chipset_task, NULL, LARGER_TASK_STACK_SIZE) \
TASK_ALWAYS(MOTIONSENSE, motion_sense_task, NULL, VENTI_TASK_STACK_SIZE) \
TASK_NOTEST(PDCMD, pd_command_task, NULL, LARGER_TASK_STACK_SIZE) \