提交 2f6f9da5 编写于 作者: G guozhanxin 提交者: guo

fix usbhost issue by #4378

上级 0e30fac0
......@@ -866,7 +866,7 @@ int nu_usbh_register(void)
RT_ASSERT(res == RT_EOK);
/*initialize the usb host function */
res = rt_usb_host_init();
res = rt_usb_host_init("usbh");
RT_ASSERT(res == RT_EOK);
#if defined(RT_USING_PM)
......
......@@ -942,7 +942,7 @@ int nu_usbh_register(void)
/*initialize the usb host function */
res = rt_usb_host_init();
res = rt_usb_host_init("usbh");
RT_ASSERT(res == RT_EOK);
#if defined(RT_USING_PM)
......
......@@ -144,4 +144,4 @@ ucd_t rt_usbh_class_driver_find(int class_code, int subclass_code)
/* not found */
return RT_NULL;
}
\ No newline at end of file
}
......@@ -718,4 +718,4 @@ void rt_usbh_hub_init(uhcd_t hcd)
/* startup usb host thread */
rt_thread_startup(thread);
}
}
\ No newline at end of file
}
......@@ -65,4 +65,4 @@ rt_err_t rt_usb_host_init(const char *name)
rt_device_init(uhc);
return RT_EOK;
}
\ No newline at end of file
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册