diff options
| author | hathach <[email protected]> | 2022-06-24 22:22:52 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2022-06-24 22:52:11 +0700 |
| commit | 0042eccb3b2ff0f980f3a927a271364a2089ada5 (patch) | |
| tree | f1c970e2554ee084b17483921b6a8c9a5bbf0c7e /src/host/hub.c | |
| parent | 1d6918ce419b7df13def76759ba804c46ea8024c (diff) | |
fix redundant-decls warnings by usbd/usbh
Diffstat (limited to 'src/host/hub.c')
| -rw-r--r-- | src/host/hub.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/host/hub.c b/src/host/hub.c index 5c0fd9166..3400b154a 100644 --- a/src/host/hub.c +++ b/src/host/hub.c @@ -28,6 +28,7 @@ #if (CFG_TUH_ENABLED && CFG_TUH_HUB) +#include "hcd.h" #include "usbh.h" #include "usbh_classdriver.h" #include "hub.h" |
