summaryrefslogtreecommitdiff
path: root/src/tusb.h
diff options
context:
space:
mode:
authorhathach <[email protected]>2020-10-06 22:32:22 +0700
committerhathach <[email protected]>2020-10-06 22:32:22 +0700
commitd41248900bedd705df2ccd5dfc53932cdb0839bb (patch)
tree7c6db7a1041b3325b8e508c37544b5de3c393f59 /src/tusb.h
parent0686bd9369e8a8f35bdcd505e829dbf82ac011cd (diff)
parent2050dc0dc743294b07d0534278027da689bc6813 (diff)
Merge branch 'uac2' of https://github.com/PanRe/tinyusb into PanRe-uac2
Diffstat (limited to 'src/tusb.h')
-rw-r--r--src/tusb.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/tusb.h b/src/tusb.h
index c252a5789..8b0dd103c 100644
--- a/src/tusb.h
+++ b/src/tusb.h
@@ -76,6 +76,10 @@
#include "class/msc/msc_device.h"
#endif
+#if CFG_TUD_AUDIO
+ #include "class/audio/audio_device.h"
+#endif
+
#if CFG_TUD_MIDI
#include "class/midi/midi_device.h"
#endif