summaryrefslogtreecommitdiff
path: root/board/hammer/ec.tasklist
diff options
context:
space:
mode:
authorDossym Nurmukhanov <dossym@google.com>2020-12-11 11:17:39 -0800
committerCommit Bot <commit-bot@chromium.org>2020-12-12 12:55:43 +0000
commit61022575d3c8b75d07e4f3be3f1616e45767f673 (patch)
tree236ac65b862e8bf1c825c5862e788a3ae783ee24 /board/hammer/ec.tasklist
parenta86aecb2de50437622e91ee451079175cdef5e1d (diff)
downloadchrome-ec-61022575d3c8b75d07e4f3be3f1616e45767f673.tar.gz
COIL: Use inclusive language for EC-EC communication code
Replace with server/client nomenclature BUG=none TEST=build and run on volteer BRANCH=none Signed-off-by: dossym@chromium.org Change-Id: I23fe7de9228a9611b49eef1362bf15159b25aab7 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2586038 Reviewed-by: Nicolas Boichat <drinkcat@chromium.org>
Diffstat (limited to 'board/hammer/ec.tasklist')
-rw-r--r--board/hammer/ec.tasklist2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/hammer/ec.tasklist b/board/hammer/ec.tasklist
index ecdb6db120..b568619065 100644
--- a/board/hammer/ec.tasklist
+++ b/board/hammer/ec.tasklist
@@ -13,7 +13,7 @@
TASK_ALWAYS_RW(TOUCHPAD, touchpad_task, NULL, LARGER_TASK_STACK_SIZE) \
TASK_ALWAYS_RW(CHARGER, charger_task, NULL, LARGER_TASK_STACK_SIZE) \
TASK_ALWAYS (CONSOLE, console_task, NULL, 1024) \
- TASK_ALWAYS_RW(ECCOMM, ec_ec_comm_slave_task, NULL, TASK_STACK_SIZE) \
+ TASK_ALWAYS_RW(ECCOMM, ec_ec_comm_server_task, NULL, TASK_STACK_SIZE) \
TASK_NOTEST_RW(KEYSCAN, keyboard_scan_task, NULL, TASK_STACK_SIZE)
#elif defined(CONFIG_USB_ISOCHRONOUS)
#define CONFIG_TASK_LIST \