From 40528fe87f14fd51db328972166af306c4093571 Mon Sep 17 00:00:00 2001 From: Vincent Palatin Date: Thu, 2 Feb 2012 19:50:21 +0000 Subject: [PATCH] fix test compilation for STM32L There is no host command yet and the "hello" test is not using it. Signed-off-by: Vincent Palatin BUG=None TEST=make tests BOARD=discovery && make tests BOARD=link Change-Id: Ib7f49f8e38270a8c537e352396b1966abc801511 --- test/hello.tasklist | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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)