summaryrefslogtreecommitdiff
path: root/test/pingpong.tasklist
diff options
context:
space:
mode:
Diffstat (limited to 'test/pingpong.tasklist')
-rw-r--r--test/pingpong.tasklist2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/pingpong.tasklist b/test/pingpong.tasklist
index 91719a0cd3..ca28d23cd5 100644
--- a/test/pingpong.tasklist
+++ b/test/pingpong.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) \