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 a8250d57c1..1dbac0ba02 100644
--- a/board/samus_pd/ec.tasklist
+++ b/board/samus_pd/ec.tasklist
@@ -18,5 +18,6 @@
*/
#define CONFIG_TASK_LIST \
TASK_ALWAYS(HOOKS, hook_task, NULL, TASK_STACK_SIZE) \
+ TASK_NOTEST(HOSTCMD, host_command_task, NULL, TASK_STACK_SIZE) \
TASK_ALWAYS(CONSOLE, console_task, NULL, LARGER_TASK_STACK_SIZE) \
TASK_ALWAYS(PD, pd_task, NULL, TASK_STACK_SIZE)