summaryrefslogtreecommitdiff
path: root/board/discovery-stm32f072/ec.tasklist
diff options
context:
space:
mode:
Diffstat (limited to 'board/discovery-stm32f072/ec.tasklist')
-rw-r--r--board/discovery-stm32f072/ec.tasklist3
1 files changed, 2 insertions, 1 deletions
diff --git a/board/discovery-stm32f072/ec.tasklist b/board/discovery-stm32f072/ec.tasklist
index 8ff4e8234b..ae6b6c06e7 100644
--- a/board/discovery-stm32f072/ec.tasklist
+++ b/board/discovery-stm32f072/ec.tasklist
@@ -18,4 +18,5 @@
*/
#define CONFIG_TASK_LIST \
TASK_ALWAYS(HOOKS, hook_task, NULL, TASK_STACK_SIZE) \
- TASK_ALWAYS(CONSOLE, console_task, NULL, TASK_STACK_SIZE)
+ TASK_ALWAYS(CONSOLE, console_task, NULL, TASK_STACK_SIZE)\
+ TASK_ALWAYS(ECHO, echo_task, NULL, TASK_STACK_SIZE)