fix test compilation for STM32L

There is no host command yet and the "hello" test is not using it.

Signed-off-by: Vincent Palatin <vpalatin@chromium.org>

BUG=None
TEST=make tests BOARD=discovery && make tests BOARD=link

Change-Id: Ib7f49f8e38270a8c537e352396b1966abc801511
This commit is contained in:
Vincent Palatin
2012-02-02 19:50:21 +00:00
parent d7fb7401c0
commit 40528fe87f

View File

@@ -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)