Not executing ipc_rndis_init to debug xhci

This commit is contained in:
songyanguang 2024-09-03 16:34:01 +08:00
parent c9838c2161
commit abee37bf31
1 changed files with 2 additions and 2 deletions

View File

@ -134,9 +134,9 @@ int main(int argc, char* argv[])
usb_check_phymode(id);
usb_init(id);
#if 0 //debug
ipc_rndis_init();
#endif
while (1){
usb_osal_msleep(1000);
}