fix usbhost issue by #4378

This commit is contained in:
guozhanxin
2022-01-26 11:39:39 +08:00
committed by guo
parent 0e30fac069
commit 2f6f9da5e3
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -144,4 +144,4 @@ ucd_t rt_usbh_class_driver_find(int class_code, int subclass_code)
/* not found */
return RT_NULL;
}
}
+1 -1
View File
@@ -718,4 +718,4 @@ void rt_usbh_hub_init(uhcd_t hcd)
/* startup usb host thread */
rt_thread_startup(thread);
}
}
}
@@ -65,4 +65,4 @@ rt_err_t rt_usb_host_init(const char *name)
rt_device_init(uhc);
return RT_EOK;
}
}