summaryrefslogtreecommitdiff
path: root/board/umaro/ec.tasklist
diff options
context:
space:
mode:
Diffstat (limited to 'board/umaro/ec.tasklist')
-rw-r--r--board/umaro/ec.tasklist1
1 files changed, 1 insertions, 0 deletions
diff --git a/board/umaro/ec.tasklist b/board/umaro/ec.tasklist
index 160bf6dad7..faa2d681c9 100644
--- a/board/umaro/ec.tasklist
+++ b/board/umaro/ec.tasklist
@@ -19,6 +19,7 @@
#define CONFIG_TASK_LIST \
TASK_ALWAYS(HOOKS, hook_task, NULL, LARGER_TASK_STACK_SIZE) \
TASK_ALWAYS(CHARGER, charger_task, NULL, LARGER_TASK_STACK_SIZE) \
+ TASK_NOTEST(MOTIONSENSE, motion_sense_task, NULL, LARGER_TASK_STACK_SIZE) \
TASK_NOTEST(CHIPSET, chipset_task, NULL, LARGER_TASK_STACK_SIZE) \
TASK_NOTEST(KEYPROTO, keyboard_protocol_task, NULL, TASK_STACK_SIZE) \
TASK_ALWAYS(HOSTCMD, host_command_task, NULL, LARGER_TASK_STACK_SIZE) \