summaryrefslogtreecommitdiff
path: root/board/hyperdebug/ec.tasklist
diff options
context:
space:
mode:
Diffstat (limited to 'board/hyperdebug/ec.tasklist')
-rw-r--r--board/hyperdebug/ec.tasklist4
1 files changed, 2 insertions, 2 deletions
diff --git a/board/hyperdebug/ec.tasklist b/board/hyperdebug/ec.tasklist
index ed894a7f87..731007e9fe 100644
--- a/board/hyperdebug/ec.tasklist
+++ b/board/hyperdebug/ec.tasklist
@@ -7,5 +7,5 @@
* See CONFIG_TASK_LIST in config.h for details.
*/
#define CONFIG_TASK_LIST \
- TASK_ALWAYS(HOOKS, hook_task, NULL, VENTI_TASK_STACK_SIZE) \
- TASK_ALWAYS(CONSOLE, console_task, NULL, VENTI_TASK_STACK_SIZE)
+ TASK_ALWAYS_RW(HOOKS, hook_task, NULL, VENTI_TASK_STACK_SIZE) \
+ TASK_ALWAYS_RW(CONSOLE, console_task, NULL, VENTI_TASK_STACK_SIZE)