summaryrefslogtreecommitdiff
path: root/board/atlas_ish/ec.tasklist
diff options
context:
space:
mode:
Diffstat (limited to 'board/atlas_ish/ec.tasklist')
-rw-r--r--board/atlas_ish/ec.tasklist4
1 files changed, 1 insertions, 3 deletions
diff --git a/board/atlas_ish/ec.tasklist b/board/atlas_ish/ec.tasklist
index 9e1868b7fb..f384af4d8b 100644
--- a/board/atlas_ish/ec.tasklist
+++ b/board/atlas_ish/ec.tasklist
@@ -19,6 +19,4 @@
#define CONFIG_TASK_LIST \
TASK_ALWAYS(HOOKS, hook_task, NULL, HUGE_TASK_STACK_SIZE) \
- TASK_ALWAYS(CONSOLE, console_task, NULL, LARGER_TASK_STACK_SIZE) \
- TASK_ALWAYS(IPC_COMM, ipc_comm_task, NULL, LARGER_TASK_STACK_SIZE) \
- TASK_ALWAYS(HOSTCMD, host_command_task, NULL, LARGER_TASK_STACK_SIZE)
+ TASK_ALWAYS(CONSOLE, console_task, NULL, LARGER_TASK_STACK_SIZE)