summaryrefslogtreecommitdiff
path: root/examples/device/mtp/src/tusb_config.h
diff options
context:
space:
mode:
authorhathach <[email protected]>2025-09-25 18:58:25 +0700
committerhathach <[email protected]>2025-09-25 18:58:25 +0700
commit34be38db190c9fb8ca5f6c1db8bab33566e397cb (patch)
treeeaf9a5f5d1b0441152c29b2478f530c60db96ceb /examples/device/mtp/src/tusb_config.h
parent879f02f69c700d18ce89ec15eee7ab3ee83be92c (diff)
clean up, wrap up bulk command supported
Diffstat (limited to 'examples/device/mtp/src/tusb_config.h')
-rw-r--r--examples/device/mtp/src/tusb_config.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/examples/device/mtp/src/tusb_config.h b/examples/device/mtp/src/tusb_config.h
index 7db5235d0..62a5729bf 100644
--- a/examples/device/mtp/src/tusb_config.h
+++ b/examples/device/mtp/src/tusb_config.h
@@ -102,14 +102,12 @@
MTP_OP_CLOSE_SESSION, \
MTP_OP_GET_STORAGE_IDS, \
MTP_OP_GET_STORAGE_INFO, \
- MTP_OP_GET_NUM_OBJECTS, \
MTP_OP_GET_OBJECT_HANDLES, \
MTP_OP_GET_OBJECT_INFO, \
MTP_OP_GET_OBJECT, \
MTP_OP_DELETE_OBJECT, \
MTP_OP_SEND_OBJECT_INFO, \
MTP_OP_SEND_OBJECT, \
- MTP_OP_FORMAT_STORE, \
MTP_OP_RESET_DEVICE, \
MTP_OP_GET_DEVICE_PROP_DESC, \
MTP_OP_GET_DEVICE_PROP_VALUE, \