summaryrefslogtreecommitdiff
path: root/board/daisy/ec.tasklist
diff options
context:
space:
mode:
Diffstat (limited to 'board/daisy/ec.tasklist')
-rw-r--r--board/daisy/ec.tasklist1
1 files changed, 1 insertions, 0 deletions
diff --git a/board/daisy/ec.tasklist b/board/daisy/ec.tasklist
index dc07f50e26..25c4675852 100644
--- a/board/daisy/ec.tasklist
+++ b/board/daisy/ec.tasklist
@@ -15,6 +15,7 @@
* 's' is the stack size in bytes; must be a multiple of 8
*/
#define CONFIG_TASK_LIST \
+ TASK(TICK, hook_task, NULL, TASK_STACK_SIZE) \
TASK(WATCHDOG, watchdog_task, NULL, TASK_STACK_SIZE) \
TASK(VBOOTHASH, vboot_hash_task, NULL, TASK_STACK_SIZE) \
TASK(POWERLED, power_led_task, NULL, TASK_STACK_SIZE) \