diff options
| author | sakumisu <[email protected]> | 2024-04-25 21:17:56 +0800 |
|---|---|---|
| committer | sakumisu <[email protected]> | 2024-04-25 21:17:56 +0800 |
| commit | 404225ade43c4312be33d00ef00f1dba158ae856 (patch) | |
| tree | 6a9404dbde19c5ee228be87d203d3669546e90b3 | |
| parent | 694b201ff742bfb623d9640412945f36ce036469 (diff) | |
change INFO to DBG
| -rw-r--r-- | core/usbh_core.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/usbh_core.c b/core/usbh_core.c index e328953d..33b3c709 100644 --- a/core/usbh_core.c +++ b/core/usbh_core.c @@ -501,7 +501,7 @@ int usbh_enumerate(struct usbh_hubport *hport) USB_LOG_INFO("The device has %d bNumConfigurations\r\n", ((struct usb_device_descriptor *)ep0_request_buffer[hport->bus->busid])->bNumConfigurations); config_index = 0; - USB_LOG_INFO("The device selects config %d\r\n", config_index); + USB_LOG_DBG("The device selects config %d\r\n", config_index); /* Read the first 9 bytes of the config descriptor */ setup->bmRequestType = USB_REQUEST_DIR_IN | USB_REQUEST_STANDARD | USB_REQUEST_RECIPIENT_DEVICE; |
