summaryrefslogtreecommitdiff
path: root/test/timer_calib.tasklist
diff options
context:
space:
mode:
Diffstat (limited to 'test/timer_calib.tasklist')
-rw-r--r--test/timer_calib.tasklist8
1 files changed, 2 insertions, 6 deletions
diff --git a/test/timer_calib.tasklist b/test/timer_calib.tasklist
index ca184fb22c..eee74b4df7 100644
--- a/test/timer_calib.tasklist
+++ b/test/timer_calib.tasklist
@@ -5,10 +5,6 @@
* The first one has the lowest priority.
*/
#define CONFIG_TASK_LIST \
- TASK(BLINK, UserLedBlink, NULL) \
- TASK(KEYSCAN, keyboard_scan_task, NULL) \
- TASK(GPIOISR, gpio_task, NULL) \
+ TASK(WATCHDOG, watchdog_task, NULL) \
TASK(TESTTMR, timer_calib_task, (void *)'T')\
- TASK(CONSOLE, console_task, NULL) \
- TASK(HOSTCMD, host_command_task, NULL) \
- TASK(I8042CMD, i8042_command_task, NULL)
+ TASK(CONSOLE, console_task, NULL)