From abee37bf3163d5f3c0daf0567163768c919cd2ee Mon Sep 17 00:00:00 2001 From: songyanguang <345810377@qq.com> Date: Tue, 3 Sep 2024 16:34:01 +0800 Subject: [PATCH] Not executing ipc_rndis_init to debug xhci --- .../XiZi_AIoT/services/drivers/usb/usb_service/usb_host.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Ubiquitous/XiZi_AIoT/services/drivers/usb/usb_service/usb_host.c b/Ubiquitous/XiZi_AIoT/services/drivers/usb/usb_service/usb_host.c index d4e28569d..ada6da8bb 100644 --- a/Ubiquitous/XiZi_AIoT/services/drivers/usb/usb_service/usb_host.c +++ b/Ubiquitous/XiZi_AIoT/services/drivers/usb/usb_service/usb_host.c @@ -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); }