diff options
| author | Wojciech Klimek <[email protected]> | 2026-05-13 22:27:57 +0200 |
|---|---|---|
| committer | Wojciech Klimek <[email protected]> | 2026-05-13 22:27:57 +0200 |
| commit | 09f8208f5be1be4be5e2c0278960b202b7dc759d (patch) | |
| tree | 314e6ad575dae1315fea33407ff37a5e45d4e929 /examples/device/mtp/src/tusb_config.h | |
| parent | e1cb1b5b6fa183a1473f05b8d1ce4ab93a373ef4 (diff) | |
Add GetPartialObject to MTP example
Added support for GetPartialObject for better compatibility with Linux file explorers.
Diffstat (limited to 'examples/device/mtp/src/tusb_config.h')
| -rw-r--r-- | examples/device/mtp/src/tusb_config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/device/mtp/src/tusb_config.h b/examples/device/mtp/src/tusb_config.h index 95cc048ee..5224cd79b 100644 --- a/examples/device/mtp/src/tusb_config.h +++ b/examples/device/mtp/src/tusb_config.h @@ -106,6 +106,7 @@ MTP_OP_GET_OBJECT_HANDLES, \ MTP_OP_GET_OBJECT_INFO, \ MTP_OP_GET_OBJECT, \ + MTP_OP_GET_PARTIAL_OBJECT, \ MTP_OP_DELETE_OBJECT, \ MTP_OP_SEND_OBJECT_INFO, \ MTP_OP_SEND_OBJECT, \ |
