diff options
| author | Zixun LI <[email protected]> | 2026-09-04 10:49:44 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-09-04 10:49:44 +0200 |
| commit | 29851564af08cb4909175315d20c71f5eca13040 (patch) | |
| tree | 32d417cc4f80d87b54cf16d31636b2f758525ab7 /src/tusb.h | |
| parent | f89e21aa66ce142d7b959cd9fc2a45d47834f121 (diff) | |
| parent | ef404be0337b1486b0a45acd248639ac8dea6c15 (diff) | |
Merge pull request #3774 from zjzhang-cn/feature/tuh-audio-uac-1.0
feat(audio): add USB Audio Host (UAC 1.0/2.0) support
Diffstat (limited to 'src/tusb.h')
| -rw-r--r-- | src/tusb.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/tusb.h b/src/tusb.h index cdf6f8171..2e98dc137 100644 --- a/src/tusb.h +++ b/src/tusb.h @@ -28,6 +28,10 @@ #if CFG_TUH_ENABLED #include "host/usbh.h" + #if CFG_TUH_AUDIO + #include "class/audio/audio_host.h" + #endif + #if CFG_TUH_HID #include "class/hid/hid_host.h" #endif |
