diff options
| author | Scott Shawcroft <[email protected]> | 2022-03-03 16:53:22 -0800 |
|---|---|---|
| committer | Scott Shawcroft <[email protected]> | 2022-03-03 21:53:12 -0800 |
| commit | 2cd73ca60234748a15b74a2c346778fcb4f4ee61 (patch) | |
| tree | 1fd657340cc452f608f2477354a3bac8be7d939b /src/portable/chipidea | |
| parent | 7c627f58d785334cc701e0c4b3160e7fd573f88e (diff) | |
Add host string descriptor functions
Plus typo fixes, GCC11 array bounds fix, snprintf for malloc-free
debug and pragmas for alignment checks.
Diffstat (limited to 'src/portable/chipidea')
| -rw-r--r-- | src/portable/chipidea/ci_hs/hcd_ci_hs.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/portable/chipidea/ci_hs/hcd_ci_hs.c b/src/portable/chipidea/ci_hs/hcd_ci_hs.c index 0754b477e..221721b0f 100644 --- a/src/portable/chipidea/ci_hs/hcd_ci_hs.c +++ b/src/portable/chipidea/ci_hs/hcd_ci_hs.c @@ -35,6 +35,7 @@ // INCLUDE //--------------------------------------------------------------------+ #include "common/tusb_common.h" +#include "host/hcd.h" #include "portable/ehci/ehci_api.h" #include "ci_hs_type.h" |
