Merged in antmerlino/nuttx/rndis-debug-build-error (pull request #539)
USB RNDIS - Fixes minor build error while using USB RNDIS with USB debugging information enabled Approved-by: Gregory Nutt <gnutt@nuttx.org>
This commit is contained in:
parent
cb62580216
commit
50f05d7514
1 changed files with 2 additions and 2 deletions
|
|
@ -2190,8 +2190,8 @@ static int usbclass_setup(FAR struct usbdevclass_driver_s *driver,
|
|||
value = GETUINT16(ctrl->value);
|
||||
len = GETUINT16(ctrl->len);
|
||||
|
||||
uinfo("type=%02x req=%02x value=%04x index=%04x len=%04x\n",
|
||||
ctrl->type, ctrl->req, value, index, len);
|
||||
uinfo("type=%02x req=%02x value=%04x len=%04x\n",
|
||||
ctrl->type, ctrl->req, value, len);
|
||||
|
||||
switch (ctrl->type & USB_REQ_TYPE_MASK)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue