Skip to content

Commit

Permalink
fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
sakumisu committed Dec 9, 2024
1 parent 7980cb0 commit 886f1ec
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/usbh_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 886f1ec

Please sign in to comment.