diff options
Diffstat (limited to 'src/tusb_option.h')
| -rw-r--r-- | src/tusb_option.h | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/src/tusb_option.h b/src/tusb_option.h index cb6d573ea..4e55132b1 100644 --- a/src/tusb_option.h +++ b/src/tusb_option.h @@ -128,7 +128,6 @@ */
#ifndef CFG_TUSB_DEBUG
#define CFG_TUSB_DEBUG 0
- #warning CFG_TUSB_DEBUG is not defined, default value is 0
#endif
// place data in accessible RAM for usb controller
@@ -165,6 +164,14 @@ #define CFG_TUD_MSC 0
#endif
+#ifndef CFG_TUD_MIDI
+ #define CFG_TUD_MIDI 0
+#endif
+
+#ifndef CFG_TUD_CUSTOM_CLASS
+ #define CFG_TUD_CUSTOM_CLASS 0
+#endif
+
#endif // TUSB_OPT_DEVICE_ENABLED
//--------------------------------------------------------------------
|
