fix warning

This commit is contained in:
sakumisu 2024-12-09 20:53:02 +08:00
parent 7980cb056c
commit 886f1ec6b4

View File

@ -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_hub *hub;
struct usbh_hub *hub_next;
struct usbh_bus *bus;
struct usbh_hubport *hport;
size_t flags;