summaryrefslogtreecommitdiff
path: root/board/pit/ec.tasklist
diff options
context:
space:
mode:
Diffstat (limited to 'board/pit/ec.tasklist')
-rw-r--r--board/pit/ec.tasklist1
1 files changed, 1 insertions, 0 deletions
diff --git a/board/pit/ec.tasklist b/board/pit/ec.tasklist
index 7f1f1de257..4cf8e75954 100644
--- a/board/pit/ec.tasklist
+++ b/board/pit/ec.tasklist
@@ -17,6 +17,7 @@
#define CONFIG_TASK_LIST \
TASK_ALWAYS(HOOKS, hook_task, NULL, TASK_STACK_SIZE) \
TASK_NOTEST(VBOOTHASH, vboot_hash_task, NULL, TASK_STACK_SIZE) \
+ TASK_NOTEST(POWERLED, power_led_task, NULL, 256) \
TASK_ALWAYS(CHARGER, charger_task, NULL, TASK_STACK_SIZE) \
TASK_NOTEST(KEYSCAN, keyboard_scan_task, NULL, TASK_STACK_SIZE) \
TASK_NOTEST(CHIPSET, chipset_task, NULL, TASK_STACK_SIZE) \