summaryrefslogtreecommitdiff
path: root/test/typematic.tasklist
diff options
context:
space:
mode:
Diffstat (limited to 'test/typematic.tasklist')
-rw-r--r--test/typematic.tasklist2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/typematic.tasklist b/test/typematic.tasklist
index c17687e971..17df5b5b6a 100644
--- a/test/typematic.tasklist
+++ b/test/typematic.tasklist
@@ -22,6 +22,6 @@
TASK(X86POWER, x86_power_task, NULL, TASK_STACK_SIZE) \
TASK(I8042CMD, i8042_command_task, NULL, TASK_STACK_SIZE) \
TASK(KEYSCAN, keyboard_scan_task, NULL, TASK_STACK_SIZE) \
- TASK(POWERBTN, power_button_task, NULL, TASK_STACK_SIZE) \
+ TASK(SWITCH, switch_task, NULL, TASK_STACK_SIZE) \
TASK(HOSTCMD, host_command_task, NULL, TASK_STACK_SIZE) \
TASK(CONSOLE, console_task, NULL, TASK_STACK_SIZE)