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.tasklist1
1 files changed, 1 insertions, 0 deletions
diff --git a/board/samus_pd/ec.tasklist b/board/samus_pd/ec.tasklist
index 3084a2a74b..aa38ddb8a4 100644
--- a/board/samus_pd/ec.tasklist
+++ b/board/samus_pd/ec.tasklist
@@ -18,6 +18,7 @@
*/
#define CONFIG_TASK_LIST \
TASK_ALWAYS(HOOKS, hook_task, NULL, LARGER_TASK_STACK_SIZE) \
+ TASK_ALWAYS(CHG_RAMP, chg_ramp_task, NULL, SMALLER_TASK_STACK_SIZE) \
TASK_ALWAYS(USB_CHG_P0, usb_charger_task, NULL, \
SMALLER_TASK_STACK_SIZE) \
TASK_ALWAYS(USB_CHG_P1, usb_charger_task, NULL, \