summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 3013bacf53..58967f508d 100644
--- a/board/samus/ec.tasklist
+++ b/board/samus/ec.tasklist
@@ -28,5 +28,5 @@
TASK_NOTEST(PDCMD, pd_command_task, NULL, TASK_STACK_SIZE) \
TASK_ALWAYS(HOSTCMD, host_command_task, NULL, TASK_STACK_SIZE) \
TASK_ALWAYS(CONSOLE, console_task, NULL, LARGER_TASK_STACK_SIZE) \
- TASK_ALWAYS(POWERBTN, power_button_task, NULL, TASK_STACK_SIZE) \
+ TASK_ALWAYS(POWERBTN, power_button_task, NULL, LARGER_TASK_STACK_SIZE) \
TASK_NOTEST(KEYSCAN, keyboard_scan_task, NULL, TASK_STACK_SIZE)