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, 0 insertions, 1 deletions
diff --git a/board/pit/ec.tasklist b/board/pit/ec.tasklist
index dcdca4df28..9be4b0787b 100644
--- a/board/pit/ec.tasklist
+++ b/board/pit/ec.tasklist
@@ -16,7 +16,6 @@
*/
#define CONFIG_TASK_LIST \
TASK_ALWAYS(HOOKS, hook_task, NULL, LARGER_TASK_STACK_SIZE) \
- TASK_NOTEST(POWERLED, power_led_task, NULL, 256) \
TASK_ALWAYS(CHARGER, charger_task, NULL, TASK_STACK_SIZE) \
TASK_NOTEST(CHIPSET, chipset_task, NULL, TASK_STACK_SIZE) \
TASK_ALWAYS(HOSTCMD, host_command_task, NULL, TASK_STACK_SIZE) \