diff options
Diffstat (limited to 'tinyusb/tusb.h')
| -rw-r--r-- | tinyusb/tusb.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tinyusb/tusb.h b/tinyusb/tusb.h index 8bc4d7af4..f972f825d 100644 --- a/tinyusb/tusb.h +++ b/tinyusb/tusb.h @@ -58,6 +58,12 @@ #ifdef HOST_CLASS_HID #include "class/hid_host.h" #endif + + #define HOST_CLASS_MSC + #ifdef HOST_CLASS_MSC + #include "class/msc_host.h" + #endif + #endif #if MODE_DEVICE_SUPPORTED |
