summaryrefslogtreecommitdiff
path: root/board/meowth_fp/ec.tasklist
diff options
context:
space:
mode:
Diffstat (limited to 'board/meowth_fp/ec.tasklist')
-rw-r--r--board/meowth_fp/ec.tasklist1
1 files changed, 1 insertions, 0 deletions
diff --git a/board/meowth_fp/ec.tasklist b/board/meowth_fp/ec.tasklist
index 247f8729e9..564c9b3bac 100644
--- a/board/meowth_fp/ec.tasklist
+++ b/board/meowth_fp/ec.tasklist
@@ -17,6 +17,7 @@
* 's' is the stack size in bytes; must be a multiple of 8
*/
#define CONFIG_TASK_LIST \
+ TASK_ALWAYS_RO(RWSIG, rwsig_task, NULL, 1280) \
TASK_ALWAYS(HOOKS, hook_task, NULL, LARGER_TASK_STACK_SIZE) \
TASK_ALWAYS_RW(FPSENSOR, fp_task, NULL, 4096) \
TASK_ALWAYS(HOSTCMD, host_command_task, NULL, LARGER_TASK_STACK_SIZE) \