summaryrefslogtreecommitdiff
path: root/test/mutex.tasklist
diff options
context:
space:
mode:
Diffstat (limited to 'test/mutex.tasklist')
-rw-r--r--test/mutex.tasklist2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/mutex.tasklist b/test/mutex.tasklist
index 44bfe8b664..e27e9d385a 100644
--- a/test/mutex.tasklist
+++ b/test/mutex.tasklist
@@ -15,7 +15,7 @@
* 's' is the stack size in bytes; must be a multiple of 8
*/
#define CONFIG_TASK_LIST \
- TASK(WATCHDOG, watchdog_task, NULL, TASK_STACK_SIZE) \
+ TASK(TICK, hook_task, NULL, TASK_STACK_SIZE) \
TASK(VBOOTHASH, vboot_hash_task, NULL, TASK_STACK_SIZE) \
TASK(HOSTCMD, host_command_task, NULL, TASK_STACK_SIZE) \
TASK(CONSOLE, console_task, NULL, TASK_STACK_SIZE) \