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.tasklist7
1 files changed, 4 insertions, 3 deletions
diff --git a/board/discovery-stm32f072/ec.tasklist b/board/discovery-stm32f072/ec.tasklist
index ae6b6c06e7..73f7aa6835 100644
--- a/board/discovery-stm32f072/ec.tasklist
+++ b/board/discovery-stm32f072/ec.tasklist
@@ -17,6 +17,7 @@
* 's' is the stack size in bytes; must be a multiple of 8
*/
#define CONFIG_TASK_LIST \
- TASK_ALWAYS(HOOKS, hook_task, NULL, TASK_STACK_SIZE) \
- TASK_ALWAYS(CONSOLE, console_task, NULL, TASK_STACK_SIZE)\
- TASK_ALWAYS(ECHO, echo_task, NULL, TASK_STACK_SIZE)
+ TASK_ALWAYS(HOOKS, hook_task, NULL, TASK_STACK_SIZE) \
+ TASK_ALWAYS(CONSOLE, console_task, NULL, TASK_STACK_SIZE) \
+ TASK_ALWAYS(USB_SPI, usb_spi_task, NULL, TASK_STACK_SIZE) \
+ TASK_ALWAYS(ECHO, echo_task, NULL, TASK_STACK_SIZE)