summaryrefslogtreecommitdiff
path: root/test/hello.tasklist
diff options
context:
space:
mode:
Diffstat (limited to 'test/hello.tasklist')
-rw-r--r--test/hello.tasklist7
1 files changed, 2 insertions, 5 deletions
diff --git a/test/hello.tasklist b/test/hello.tasklist
index 923f91989e..7f07c8a959 100644
--- a/test/hello.tasklist
+++ b/test/hello.tasklist
@@ -14,9 +14,6 @@
* 'd' in an opaque parameter passed to the routine at startup
*/
#define CONFIG_TASK_LIST \
- TASK(BLINK, UserLedBlink, NULL) \
- TASK(GPIOISR, gpio_task, NULL) \
- TASK(KEYSCAN, keyboard_scan_task, NULL) \
+ TASK(WATCHDOG, watchdog_task, NULL) \
TASK(CONSOLE, console_task, NULL) \
- TASK(HOSTCMD, host_command_task, NULL) \
- TASK(I8042CMD, i8042_command_task, NULL)
+ TASK(HOSTCMD, host_command_task, NULL)