summaryrefslogtreecommitdiff
path: root/nuttx/include/nuttx/usb/usbhost.h
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-12-19 17:49:53 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-12-19 17:49:53 +0000
commita8017c26317f8f47e6684bed887ff8bc3993c5d0 (patch)
tree4d0c223ae80863744f083f18c8906a1e43e20cf2 /nuttx/include/nuttx/usb/usbhost.h
parentd7e9d1011eafa7f0d8fc272566e3c8c9afaec83c (diff)
downloadnuttx-a8017c26317f8f47e6684bed887ff8bc3993c5d0.tar.gz
nuttx-a8017c26317f8f47e6684bed887ff8bc3993c5d0.tar.bz2
nuttx-a8017c26317f8f47e6684bed887ff8bc3993c5d0.zip
More descriptor stuff
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3197 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/include/nuttx/usb/usbhost.h')
-rw-r--r--nuttx/include/nuttx/usb/usbhost.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/include/nuttx/usb/usbhost.h b/nuttx/include/nuttx/usb/usbhost.h
index 821d127d2..d197b12e4 100644
--- a/nuttx/include/nuttx/usb/usbhost.h
+++ b/nuttx/include/nuttx/usb/usbhost.h
@@ -466,7 +466,7 @@ struct usbhost_driver_s
*/
int (*transfer)(FAR struct usbhost_driver_s *drvr,
- FAR struct usbhost_epdesc_s *ed,
+ FAR struct usbhost_epdesc_s *ep,
FAR uint8_t *buffer, size_t buflen);
/* Called by the class when an error occurs and driver has been disconnected.