summaryrefslogtreecommitdiff
path: root/test/power_button.tasklist
diff options
context:
space:
mode:
Diffstat (limited to 'test/power_button.tasklist')
-rw-r--r--test/power_button.tasklist2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/power_button.tasklist b/test/power_button.tasklist
index 3ecc53e638..b5144b72e2 100644
--- a/test/power_button.tasklist
+++ b/test/power_button.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(PWM, pwm_task, NULL, TASK_STACK_SIZE) \
TASK(TYPEMATIC, keyboard_typematic_task, NULL, TASK_STACK_SIZE) \