diff options
author | Keith Packard <keithp@keithp.com> | 2009-04-18 23:16:01 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2009-04-18 23:16:01 -0700 |
commit | ed6f67dc47d750d5ff8bea63ae7cbb560689b9b6 (patch) | |
tree | 124f29a6d86e47ff9b16f2608b225270651f5903 /ao_usb.c | |
parent | 3d5a5fc4db5f681e848202c4ee4099d2879677d6 (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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"); } |