diff options
author | Keith Packard <keithp@keithp.com> | 2013-06-21 19:40:03 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2013-06-22 00:49:59 -0700 |
commit | 9081d881bc48bf7fdce617d300ac02c1a5962239 (patch) | |
tree | 1907c64797bd1613ac99d635590a09f648ce5ecd /src | |
parent | 23f11b188fc6aacd29e7f01a7d8a40853b7655df (diff) |
altos/lpc: Remove ao_usb_task structure
It's not used
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/lpc/ao_usb_lpc.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lpc/ao_usb_lpc.c b/src/lpc/ao_usb_lpc.c index e574f1e2..4e6b9c66 100644 --- a/src/lpc/ao_usb_lpc.c +++ b/src/lpc/ao_usb_lpc.c @@ -35,8 +35,6 @@ #define debug_data(format, args...) #endif -struct ao_task ao_usb_task; - struct ao_usb_setup { uint8_t dir_type_recip; uint8_t request; |