mirror of
https://github.com/apache/nuttx.git
synced 2026-09-25 01:07:40 +08:00
USB host MS class compiles
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3186 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
@@ -202,7 +202,7 @@ static const struct usb_ifdesc_s g_ifdesc =
|
||||
USBSTRG_ALTINTERFACEID, /* alt */
|
||||
USBSTRG_NENDPOINTS, /* neps */
|
||||
USB_CLASS_MASS_STORAGE, /* class */
|
||||
SUBSTRG_SUBCLASS_SCSI, /* subclass */
|
||||
USBSTRG_SUBCLASS_SCSI, /* subclass */
|
||||
USBSTRG_PROTO_BULKONLY, /* protocol */
|
||||
USBSTRG_CONFIGSTRID /* iif */
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user