forked from xuos/xiuos
Not executing ipc_rndis_init to debug xhci
This commit is contained in:
parent
c9838c2161
commit
abee37bf31
|
@ -134,9 +134,9 @@ int main(int argc, char* argv[])
|
||||||
|
|
||||||
usb_check_phymode(id);
|
usb_check_phymode(id);
|
||||||
usb_init(id);
|
usb_init(id);
|
||||||
|
#if 0 //debug
|
||||||
ipc_rndis_init();
|
ipc_rndis_init();
|
||||||
|
#endif
|
||||||
while (1){
|
while (1){
|
||||||
usb_osal_msleep(1000);
|
usb_osal_msleep(1000);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue