summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorVincent Palatin <vpalatin@chromium.org>2012-02-02 19:50:21 +0000
committerVincent Palatin <vpalatin@chromium.org>2012-02-02 22:02:06 +0000
commit40528fe87f14fd51db328972166af306c4093571 (patch)
tree8d4cbd2fff06e750ac5db7eab5a44a2eb0f0c4bf /test
parentd7fb7401c09aceb57c7a0ac54e801df296a55ae1 (diff)
downloadchrome-ec-40528fe87f14fd51db328972166af306c4093571.tar.gz
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
Diffstat (limited to 'test')
-rw-r--r--test/hello.tasklist3
1 files changed, 1 insertions, 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)