diff options
| author | Ha Thach <[email protected]> | 2023-08-15 23:33:19 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-08-15 23:33:19 +0700 |
| commit | 7537985c080e439f6f97a021ce49f5ef48979c78 (patch) | |
| tree | 65f71c832d6feb6bda4e14eb50c35a83f750b11e /src/tusb.c | |
| parent | d713571cd44f05d2fc72efc09c670787b74106e0 (diff) | |
| parent | 67a374d932cbe14bf1651bdd6fea82c2e2ecfa10 (diff) | |
Merge pull request #2222 from rppicomidi/fix-2188
fix issue 2188: support usbh_app_driver_get_cb()
Diffstat (limited to 'src/tusb.c')
| -rw-r--r-- | src/tusb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tusb.c b/src/tusb.c index 465b608b0..7b0a669a0 100644 --- a/src/tusb.c +++ b/src/tusb.c @@ -36,7 +36,7 @@ #endif #if CFG_TUH_ENABLED -#include "host/usbh_classdriver.h" +#include "host/usbh_pvt.h" #endif //--------------------------------------------------------------------+ |
