summaryrefslogtreecommitdiff
path: root/board/scout/ec.tasklist
diff options
context:
space:
mode:
Diffstat (limited to 'board/scout/ec.tasklist')
-rw-r--r--board/scout/ec.tasklist1
1 files changed, 1 insertions, 0 deletions
diff --git a/board/scout/ec.tasklist b/board/scout/ec.tasklist
index 787ffbf479..0e4ec4d284 100644
--- a/board/scout/ec.tasklist
+++ b/board/scout/ec.tasklist
@@ -9,6 +9,7 @@
#define CONFIG_TASK_LIST \
TASK_ALWAYS(HOOKS, hook_task, NULL, LARGER_TASK_STACK_SIZE) \
+ TASK_ALWAYS(MOTIONSENSE, motion_sense_task, NULL, VENTI_TASK_STACK_SIZE) \
TASK_NOTEST(CHIPSET, chipset_task, NULL, LARGER_TASK_STACK_SIZE) \
TASK_ALWAYS(HOSTCMD, host_command_task, NULL, 2048) \
TASK_ALWAYS(POWERBTN, power_button_task, NULL, LARGER_TASK_STACK_SIZE) \