summaryrefslogtreecommitdiff
path: root/board/grunt/ec.tasklist
diff options
context:
space:
mode:
Diffstat (limited to 'board/grunt/ec.tasklist')
-rw-r--r--board/grunt/ec.tasklist1
1 files changed, 0 insertions, 1 deletions
diff --git a/board/grunt/ec.tasklist b/board/grunt/ec.tasklist
index 00a2c4032c..dc898c4502 100644
--- a/board/grunt/ec.tasklist
+++ b/board/grunt/ec.tasklist
@@ -15,7 +15,6 @@
TASK_ALWAYS(MOTIONSENSE, motion_sense_task, NULL, VENTI_TASK_STACK_SIZE) \
TASK_NOTEST(CHIPSET, chipset_task, NULL, VENTI_TASK_STACK_SIZE) \
TASK_NOTEST(KEYPROTO, keyboard_protocol_task, NULL, TASK_STACK_SIZE) \
- TASK_NOTEST(PDCMD, pd_command_task, NULL, LARGER_TASK_STACK_SIZE) \
TASK_ALWAYS(HOSTCMD, host_command_task, NULL, LARGER_TASK_STACK_SIZE) \
TASK_ALWAYS(CONSOLE, console_task, NULL, VENTI_TASK_STACK_SIZE) \
TASK_ALWAYS(POWERBTN, power_button_task, NULL, VENTI_TASK_STACK_SIZE) \