diff options
| author | hathach <[email protected]> | 2025-09-24 12:49:52 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2025-09-24 12:49:52 +0700 |
| commit | 6317730be6d7a97fc12376d6f80c90a6dbfc20ea (patch) | |
| tree | 45eb71ce1fffbffbf67f60a68ea0b9c4f79c418d /examples/device/mtp/src/tusb_config.h | |
| parent | 3c39f60f63109f7828009ebda135fc675288d610 (diff) | |
unify callback argument. support multiple packet get object
Diffstat (limited to 'examples/device/mtp/src/tusb_config.h')
| -rw-r--r-- | examples/device/mtp/src/tusb_config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/device/mtp/src/tusb_config.h b/examples/device/mtp/src/tusb_config.h index ef03e0480..7db5235d0 100644 --- a/examples/device/mtp/src/tusb_config.h +++ b/examples/device/mtp/src/tusb_config.h @@ -92,7 +92,7 @@ //------------- CLASS -------------// #define CFG_TUD_MTP 1 -#define CFG_TUD_MTP_EP_BUFSIZE 512 +#define CFG_TUD_MTP_EP_BUFSIZE 512 //------------- MTP device info -------------// #define CFG_TUD_MTP_DEVICEINFO_EXTENSIONS "microsoft.com: 1.0; " |
