diff options
| author | hathach <[email protected]> | 2022-02-25 22:26:35 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2022-02-25 22:26:35 +0700 |
| commit | 309540473bc2985d83212b9da0527c7500ba2a66 (patch) | |
| tree | b45ab451447a0d33075db62310603501ea94e6f5 /src/host/usbh.c | |
| parent | 99ad3ae2ca9d4db79b2ac92a6991ebdc3dfb94a3 (diff) | |
minor house keeping
Diffstat (limited to 'src/host/usbh.c')
| -rw-r--r-- | src/host/usbh.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/host/usbh.c b/src/host/usbh.c index e29ce1e54..ce0ccc3cb 100644 --- a/src/host/usbh.c +++ b/src/host/usbh.c @@ -709,6 +709,7 @@ static bool enum_new_device(hcd_event_t* event) if ( !hcd_port_connect_status(_dev0.rhport) ) return true; _dev0.speed = hcd_port_speed_get(_dev0.rhport ); + TU_LOG2("%s Speed\r\n", tusb_speed_str[_dev0.speed]); enum_request_addr0_device_desc(); } |
