minor house keeping

This commit is contained in:
hathach
2022-02-25 22:26:35 +07:00
parent 99ad3ae2ca
commit 309540473b
6 changed files with 20 additions and 6 deletions

View File

@@ -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();
}