mirror of
https://github.com/sakumisu/CherryUSB.git
synced 2025-05-09 00:21:44 +08:00
fix warning
This commit is contained in:
parent
7980cb056c
commit
886f1ec6b4
@ -889,7 +889,6 @@ void *usbh_find_class_instance(const char *devname)
|
|||||||
struct usbh_hubport *usbh_find_hubport(uint8_t busid, uint8_t hub_index, uint8_t hub_port)
|
struct usbh_hubport *usbh_find_hubport(uint8_t busid, uint8_t hub_index, uint8_t hub_port)
|
||||||
{
|
{
|
||||||
struct usbh_hub *hub;
|
struct usbh_hub *hub;
|
||||||
struct usbh_hub *hub_next;
|
|
||||||
struct usbh_bus *bus;
|
struct usbh_bus *bus;
|
||||||
struct usbh_hubport *hport;
|
struct usbh_hubport *hport;
|
||||||
size_t flags;
|
size_t flags;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user