summaryrefslogtreecommitdiff
path: root/test/thermal.tasklist
diff options
context:
space:
mode:
Diffstat (limited to 'test/thermal.tasklist')
-rw-r--r--test/thermal.tasklist2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/thermal.tasklist b/test/thermal.tasklist
index 4037f3c773..e099a0fa7b 100644
--- a/test/thermal.tasklist
+++ b/test/thermal.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(TEMPSENSOR, temp_sensor_task, NULL, TASK_STACK_SIZE) \
TASK(THERMAL, thermal_task, NULL, TASK_STACK_SIZE) \