From b234b9ecc7d23b6f33e452d97158326afaa4de35 Mon Sep 17 00:00:00 2001 From: Shawn Nematbakhsh Date: Tue, 10 Nov 2015 14:21:56 -0800 Subject: pd: Cleanup PD port-to-task macros Cleanup our port-to-task and task-to-port macros to allow cleanly adding a third port. BUG=chromium:554243 BRANCH=None TEST=Manual on glados / glados_pd. Verify that both USB-C ports are functional for charging. Signed-off-by: Shawn Nematbakhsh Change-Id: Ib833de0dfaa9490f4de8efb08d2cdddd86d57896 Reviewed-on: https://chromium-review.googlesource.com/311785 Commit-Ready: Shawn N Tested-by: Shawn N Reviewed-by: Alec Berg Reviewed-by: Vincent Palatin --- board/hoho/ec.tasklist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'board/hoho') diff --git a/board/hoho/ec.tasklist b/board/hoho/ec.tasklist index d31352893c..a4c8e73391 100644 --- a/board/hoho/ec.tasklist +++ b/board/hoho/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, LARGER_TASK_STACK_SIZE) + TASK_ALWAYS(PD_C0, pd_task, NULL, LARGER_TASK_STACK_SIZE) -- cgit v1.2.1