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.tasklist2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/meowth_fp/ec.tasklist b/board/meowth_fp/ec.tasklist
index 3a583be499..247f8729e9 100644
--- a/board/meowth_fp/ec.tasklist
+++ b/board/meowth_fp/ec.tasklist
@@ -18,6 +18,6 @@
*/
#define CONFIG_TASK_LIST \
TASK_ALWAYS(HOOKS, hook_task, NULL, LARGER_TASK_STACK_SIZE) \
- TASK_ALWAYS(FPSENSOR, fp_task, NULL, 4096) \
+ TASK_ALWAYS_RW(FPSENSOR, fp_task, NULL, 4096) \
TASK_ALWAYS(HOSTCMD, host_command_task, NULL, LARGER_TASK_STACK_SIZE) \
TASK_ALWAYS(CONSOLE, console_task, NULL, LARGER_TASK_STACK_SIZE)