mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2025-12-28 10:45:22 +00:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user