diff options
| author | hathach <[email protected]> | 2025-04-23 16:03:40 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2025-04-23 16:03:40 +0700 |
| commit | a2da575793a14fdfc5137a02843af0fd8f8b772a (patch) | |
| tree | ab9d028d20f8a709eb813d1538671b335ca1ddad /src/portable/template | |
| parent | 741cb3cf029e37682634eeb355c20420c0816c8d (diff) | |
rename and expose tuh_bus_info_get() to application
Diffstat (limited to 'src/portable/template')
| -rw-r--r-- | src/portable/template/hcd_template.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/portable/template/hcd_template.c b/src/portable/template/hcd_template.c index 22ea22e63..d2f304407 100644 --- a/src/portable/template/hcd_template.c +++ b/src/portable/template/hcd_template.c @@ -29,6 +29,7 @@ #if CFG_TUH_ENABLED && CFG_TUSB_MCU == OPT_MCU_NONE #include "host/hcd.h" +#include "host/usbh.h" //--------------------------------------------------------------------+ // Controller API |
