aboutsummaryrefslogtreecommitdiffstats
path: root/libmaple/usb/usb.c
diff options
context:
space:
mode:
authorAJM <poslathian@poslathian.(none)>2010-06-09 14:23:14 -0400
committerAJM <poslathian@poslathian.(none)>2010-06-09 14:23:14 -0400
commita89cddd05ea3fb09513a8fb96b9cd963efbffab3 (patch)
treec28916198d5dc916e6d619d076976c98a212448a /libmaple/usb/usb.c
parent97cde2028e92056be5b8d867e121e868b8cec139 (diff)
downloadlibrambutan-a89cddd05ea3fb09513a8fb96b9cd963efbffab3.tar.gz
librambutan-a89cddd05ea3fb09513a8fb96b9cd963efbffab3.zip
removed the callback for send functional descriptor.
It wasnt used, and was causing a compiler warning to get thrown. It isnt needed, not sure why I added it in the first place
Diffstat (limited to 'libmaple/usb/usb.c')
-rw-r--r--libmaple/usb/usb.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libmaple/usb/usb.c b/libmaple/usb/usb.c
index 0549f3c..6c144ba 100644
--- a/libmaple/usb/usb.c
+++ b/libmaple/usb/usb.c
@@ -64,7 +64,6 @@ DEVICE_PROP Device_Property =
usbGetDeviceDescriptor,
usbGetConfigDescriptor,
usbGetStringDescriptor,
- NOP_Process,
0,
bMaxPacketSize
};