mirror of
https://github.com/apache/nuttx.git
synced 2026-03-26 18:23:50 +08:00
Replace all occurrences of vdbg with vinfo
This commit is contained in:
@@ -431,7 +431,7 @@ static int composite_setup(FAR struct usbdevclass_driver_s *driver,
|
||||
index = GETUINT16(ctrl->index);
|
||||
len = GETUINT16(ctrl->len);
|
||||
|
||||
uvdbg("type=%02x req=%02x value=%04x index=%04x len=%04x\n",
|
||||
uinfo("type=%02x req=%02x value=%04x index=%04x len=%04x\n",
|
||||
ctrl->type, ctrl->req, value, index, len);
|
||||
UNUSED(index);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user