summaryrefslogtreecommitdiff
path: root/board/servo_micro/ec.tasklist
diff options
context:
space:
mode:
Diffstat (limited to 'board/servo_micro/ec.tasklist')
-rw-r--r--board/servo_micro/ec.tasklist2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/servo_micro/ec.tasklist b/board/servo_micro/ec.tasklist
index 1944ef3874..cd197cfd36 100644
--- a/board/servo_micro/ec.tasklist
+++ b/board/servo_micro/ec.tasklist
@@ -17,5 +17,5 @@
* 's' is the stack size in bytes; must be a multiple of 8
*/
#define CONFIG_TASK_LIST \
- TASK_ALWAYS(HOOKS, hook_task, NULL, TASK_STACK_SIZE) \
+ TASK_ALWAYS(HOOKS, hook_task, NULL, VENTI_TASK_STACK_SIZE) \
TASK_ALWAYS(CONSOLE, console_task, NULL, TASK_STACK_SIZE)