diff --git a/test/hello.tasklist b/test/hello.tasklist index 7f07c8a959..d0c0002bd9 100644 --- a/test/hello.tasklist +++ b/test/hello.tasklist @@ -15,5 +15,4 @@ */ #define CONFIG_TASK_LIST \ TASK(WATCHDOG, watchdog_task, NULL) \ - TASK(CONSOLE, console_task, NULL) \ - TASK(HOSTCMD, host_command_task, NULL) + TASK(CONSOLE, console_task, NULL)