summaryrefslogtreecommitdiff
path: root/nuttx/include/nuttx/usb/usbhost.h
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-12-19 19:18:29 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-12-19 19:18:29 +0000
commit25818480a33a52791fc111167e738a3330ce4037 (patch)
tree27ced79550ca710f76de1b5f075746cef7708028 /nuttx/include/nuttx/usb/usbhost.h
parenta8017c26317f8f47e6684bed887ff8bc3993c5d0 (diff)
downloadnuttx-25818480a33a52791fc111167e738a3330ce4037.tar.gz
nuttx-25818480a33a52791fc111167e738a3330ce4037.tar.bz2
nuttx-25818480a33a52791fc111167e738a3330ce4037.zip
Add class binding logic
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3198 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 d197b12e4..2035299c2 100644
--- a/nuttx/include/nuttx/usb/usbhost.h
+++ b/nuttx/include/nuttx/usb/usbhost.h
@@ -91,7 +91,7 @@
*
************************************************************************************/
-#define CLASS_CREATE(reg, drvr, id) ((reg)->create(drvr))
+#define CLASS_CREATE(reg, drvr, id) ((reg)->create(drvr, id))
/************************************************************************************
* Name: CLASS_CONFIGDESC