diff options
| author | Maurizio Pesce <[email protected]> | 2025-03-12 09:50:04 +0100 |
|---|---|---|
| committer | roundby <[email protected]> | 2025-08-06 06:14:13 +0200 |
| commit | 283b06bb543f513d964dc3a6953115df897a93a1 (patch) | |
| tree | 4b8fe0783a64d6ca6157649bef0b35a8c0c5e324 /src/tusb_option.h | |
| parent | f01c4be350d21145162f4a3f283a298cd221f74d (diff) | |
Add MTP class device
Diffstat (limited to 'src/tusb_option.h')
| -rw-r--r-- | src/tusb_option.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/tusb_option.h b/src/tusb_option.h index 29fdcb0d6..e36a56de9 100644 --- a/src/tusb_option.h +++ b/src/tusb_option.h @@ -493,6 +493,10 @@ #define CFG_TUD_MSC 0 #endif +#ifndef CFG_TUD_MTP + #define CFG_TUD_MTP 0 +#endif + #ifndef CFG_TUD_HID #define CFG_TUD_HID 0 #endif |
