summaryrefslogtreecommitdiff
path: root/ao_usb.c
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2009-04-18 23:16:01 -0700
committerKeith Packard <keithp@keithp.com>2009-04-18 23:16:01 -0700
commited6f67dc47d750d5ff8bea63ae7cbb560689b9b6 (patch)
tree124f29a6d86e47ff9b16f2608b225270651f5903 /ao_usb.c
parent3d5a5fc4db5f681e848202c4ee4099d2879677d6 (diff)
Add task names and 'T' command to show task status.
The T command shows the current wchan and PC for each task in the system.
Diffstat (limited to 'ao_usb.c')
-rw-r--r--ao_usb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ao_usb.c b/ao_usb.c
index a7462ed5..83fd798f 100644
--- a/ao_usb.c
+++ b/ao_usb.c
@@ -537,5 +537,5 @@ ao_usb_init(void)
USBOIF = 0;
USBIIF = 0;
- ao_add_task(&ao_usb_task, ao_usb_ep0);
+ ao_add_task(&ao_usb_task, ao_usb_ep0, "usb");
}