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