diff options
| author | sakumisu <[email protected]> | 2023-07-14 17:58:39 +0800 |
|---|---|---|
| committer | sakumisu <[email protected]> | 2023-07-14 17:58:39 +0800 |
| commit | fed6f26ebd56acf8e1bc5a4aa3cacd5bb5fcff8b (patch) | |
| tree | 5b3df1ffd7907f31f37defedcf1418277633f842 | |
| parent | 513772a534ff87a18fbcf81c18ef75ea2204ec69 (diff) | |
fix log
| -rw-r--r-- | port/dwc2/usb_hc_dwc2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/port/dwc2/usb_hc_dwc2.c b/port/dwc2/usb_hc_dwc2.c index bbad8420..440c1139 100644 --- a/port/dwc2/usb_hc_dwc2.c +++ b/port/dwc2/usb_hc_dwc2.c @@ -461,7 +461,7 @@ int usb_hc_init(void) usb_hc_low_level_init(); - USB_LOG_INFO("========== DWC2 params ==========\r\n"); + USB_LOG_INFO("========== dwc2 hcd params ==========\r\n"); USB_LOG_INFO("CID:%08x\r\n", USB_OTG_GLB->CID); USB_LOG_INFO("GSNPSID:%08x\r\n", USB_OTG_GLB->GSNPSID); USB_LOG_INFO("GHWCFG1:%08x\r\n", USB_OTG_GLB->GHWCFG1); |
