summaryrefslogtreecommitdiff
path: root/src/tusb_option.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_option.h
parent0686bd9369e8a8f35bdcd505e829dbf82ac011cd (diff)
parent2050dc0dc743294b07d0534278027da689bc6813 (diff)
Merge branch 'uac2' of https://github.com/PanRe/tinyusb into PanRe-uac2
Diffstat (limited to 'src/tusb_option.h')
-rw-r--r--src/tusb_option.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/tusb_option.h b/src/tusb_option.h
index 7e486bff0..e1ee45bde 100644
--- a/src/tusb_option.h
+++ b/src/tusb_option.h
@@ -207,6 +207,10 @@
#define CFG_TUD_HID 0
#endif
+#ifndef CFG_TUD_AUDIO
+ #define CFG_TUD_AUDIO 0
+#endif
+
#ifndef CFG_TUD_MIDI
#define CFG_TUD_MIDI 0
#endif