diff options
| author | sakumisu <[email protected]> | 2025-04-30 21:37:50 +0800 |
|---|---|---|
| committer | sakumisu <[email protected]> | 2025-04-30 21:37:50 +0800 |
| commit | 577ebd0999db91a28b4a0ebc1c5c013d5c77fa31 (patch) | |
| tree | 174677e35e8936436bc78f1062a6f8dc240ca42d /core | |
| parent | c27458d71aaf7f46744e75082251e4a570517b1f (diff) | |
fix unused warnings
Signed-off-by: sakumisu <[email protected]>
Diffstat (limited to 'core')
| -rw-r--r-- | core/usbh_core.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/usbh_core.c b/core/usbh_core.c index 15187a0b..03ed3b9d 100644 --- a/core/usbh_core.c +++ b/core/usbh_core.c @@ -330,6 +330,8 @@ static void usbh_print_hubport_info(struct usbh_hubport *hport) static void usbh_print_setup(struct usb_setup_packet *setup) { + (void)setup; + USB_LOG_DBG("Setup: " "bmRequestType 0x%02x, bRequest 0x%02x, wValue 0x%04x, wIndex 0x%04x, wLength 0x%04x\r\n", setup->bmRequestType, |
