diff options
| author | sakumisu <[email protected]> | 2024-12-09 20:53:02 +0800 |
|---|---|---|
| committer | sakumisu <[email protected]> | 2024-12-09 20:53:02 +0800 |
| commit | 886f1ec6b434d5136107cc5ccf50c1480fe0893c (patch) | |
| tree | 494ebd2fe8b1ee3e3ac7452383d8c6d375319a39 | |
| parent | 7980cb056c63e0982fdbf22432879aabdb41ea20 (diff) | |
fix warning
| -rw-r--r-- | core/usbh_core.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/usbh_core.c b/core/usbh_core.c index 12b578f7..444eaa7e 100644 --- a/core/usbh_core.c +++ b/core/usbh_core.c @@ -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; |
