diff options
Diffstat (limited to 'tinyusb/tusb.h')
| -rw-r--r-- | tinyusb/tusb.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tinyusb/tusb.h b/tinyusb/tusb.h index c74fb2e6d..464fbb12a 100644 --- a/tinyusb/tusb.h +++ b/tinyusb/tusb.h @@ -87,6 +87,10 @@ #if CFG_TUD_MSC
#include "class/msc/msc_device.h"
#endif
+
+ #if CFG_TUD_CUSTOM_CLASS
+ #include "class/custom/custom_device.h"
+ #endif
#endif
|
