summaryrefslogtreecommitdiff
path: root/board/hadoken/ec.tasklist
diff options
context:
space:
mode:
Diffstat (limited to 'board/hadoken/ec.tasklist')
-rw-r--r--board/hadoken/ec.tasklist1
1 files changed, 1 insertions, 0 deletions
diff --git a/board/hadoken/ec.tasklist b/board/hadoken/ec.tasklist
index 684f22b716..3c5b72d44b 100644
--- a/board/hadoken/ec.tasklist
+++ b/board/hadoken/ec.tasklist
@@ -17,4 +17,5 @@
#define CONFIG_TASK_LIST \
TASK_ALWAYS(HOOKS, hook_task, NULL, LARGER_TASK_STACK_SIZE) \
TASK_ALWAYS(CONSOLE, console_task, NULL, TASK_STACK_SIZE) \
+ TASK_ALWAYS(BLE_LL, bluetooth_ll_task, NULL, TASK_STACK_SIZE)