summaryrefslogtreecommitdiff
path: root/board/nucleo-f072rb/ec.tasklist
diff options
context:
space:
mode:
Diffstat (limited to 'board/nucleo-f072rb/ec.tasklist')
-rw-r--r--board/nucleo-f072rb/ec.tasklist3
1 files changed, 1 insertions, 2 deletions
diff --git a/board/nucleo-f072rb/ec.tasklist b/board/nucleo-f072rb/ec.tasklist
index c9b8950f71..1944ef3874 100644
--- a/board/nucleo-f072rb/ec.tasklist
+++ b/board/nucleo-f072rb/ec.tasklist
@@ -18,5 +18,4 @@
*/
#define CONFIG_TASK_LIST \
TASK_ALWAYS(HOOKS, hook_task, NULL, TASK_STACK_SIZE) \
- TASK_ALWAYS(CONSOLE, console_task, NULL, TASK_STACK_SIZE) \
- TASK_CTS(CTS, cts_task, NULL, TASK_STACK_SIZE)
+ TASK_ALWAYS(CONSOLE, console_task, NULL, TASK_STACK_SIZE)