summaryrefslogtreecommitdiff
path: root/board/storo/ec.tasklist
diff options
context:
space:
mode:
Diffstat (limited to 'board/storo/ec.tasklist')
-rw-r--r--board/storo/ec.tasklist4
1 files changed, 2 insertions, 2 deletions
diff --git a/board/storo/ec.tasklist b/board/storo/ec.tasklist
index d6fa610141..d54ff847e6 100644
--- a/board/storo/ec.tasklist
+++ b/board/storo/ec.tasklist
@@ -19,7 +19,7 @@
TASK_ALWAYS(CONSOLE, console_task, NULL, VENTI_TASK_STACK_SIZE) \
TASK_ALWAYS(POWERBTN, power_button_task, NULL, ULTRA_TASK_STACK_SIZE) \
TASK_NOTEST(KEYSCAN, keyboard_scan_task, NULL, ULTRA_TASK_STACK_SIZE) \
- TASK_ALWAYS(PD_C0, pd_task, NULL, ULTRA_TASK_STACK_SIZE) \
- TASK_ALWAYS(PD_C1, pd_task, NULL, ULTRA_TASK_STACK_SIZE) \
+ TASK_ALWAYS(PD_C0, pd_task, NULL, TRENTA_TASK_STACK_SIZE) \
+ TASK_ALWAYS(PD_C1, pd_task, NULL, TRENTA_TASK_STACK_SIZE) \
TASK_ALWAYS(PD_INT_C0, pd_interrupt_handler_task, 0, ULTRA_TASK_STACK_SIZE) \
TASK_ALWAYS(PD_INT_C1, pd_interrupt_handler_task, 1, ULTRA_TASK_STACK_SIZE)