mirror of
https://github.com/apache/nuttx.git
synced 2026-05-22 13:52:22 +08:00
Same as last check-in, just implemented more sanely
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1880 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
@@ -190,7 +190,7 @@
|
||||
struct usbdev_ep_s;
|
||||
struct usbdev_req_s
|
||||
{
|
||||
char *buf; /* Call: Buffer used for data; Return: Unchanged */
|
||||
ubyte *buf; /* Call: Buffer used for data; Return: Unchanged */
|
||||
ubyte flags; /* See USBDEV_REQFLAGS_* definitions */
|
||||
uint16 len; /* Call: Total length of data in buf; Return: Unchanged */
|
||||
uint16 xfrd; /* Call: zero; Return: Bytes transferred so far */
|
||||
|
||||
Reference in New Issue
Block a user