summaryrefslogtreecommitdiff
path: root/board/samus/ec.tasklist
diff options
context:
space:
mode:
Diffstat (limited to 'board/samus/ec.tasklist')
-rw-r--r--board/samus/ec.tasklist2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/samus/ec.tasklist b/board/samus/ec.tasklist
index c6b974d4cf..8dd915028a 100644
--- a/board/samus/ec.tasklist
+++ b/board/samus/ec.tasklist
@@ -23,7 +23,7 @@
TASK_ALWAYS(CHARGER, charger_task, NULL, LARGER_TASK_STACK_SIZE) \
TASK_ALWAYS(EXTPOWER, extpower_task, NULL, TASK_STACK_SIZE) \
TASK_NOTEST(MOTIONSENSE, motion_sense_task, NULL, LARGER_TASK_STACK_SIZE) \
- TASK_NOTEST(CHIPSET, chipset_task, NULL, TASK_STACK_SIZE) \
+ TASK_NOTEST(CHIPSET, chipset_task, NULL, LARGER_TASK_STACK_SIZE) \
TASK_NOTEST(KEYPROTO, keyboard_protocol_task, NULL, TASK_STACK_SIZE) \
TASK_NOTEST(PDCMD, pd_command_task, NULL, TASK_STACK_SIZE) \
TASK_ALWAYS(HOSTCMD, host_command_task, NULL, TASK_STACK_SIZE) \