summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsakumisu <[email protected]>2025-08-04 21:56:57 +0800
committersakumisu <[email protected]>2025-08-04 21:56:57 +0800
commitc0f544dafe7e358b276177bed75cc6d763765648 (patch)
treecbfeefd875f9a44369ffadb41c0428876c180ea1
parent599b11ef1a4fe68a00557d6a637826c90b93ba5a (diff)
fix(class/mtp): fix typo
Signed-off-by: sakumisu <[email protected]>
-rw-r--r--class/mtp/usb_mtp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/class/mtp/usb_mtp.h b/class/mtp/usb_mtp.h
index f20d0f7d..6616cf0f 100644
--- a/class/mtp/usb_mtp.h
+++ b/class/mtp/usb_mtp.h
@@ -644,7 +644,7 @@ struct mtp_object {
bool in_use;
};
-/*Length of template descriptor: 23 bytes*/
+/*Length of template descriptor: 30 bytes*/
#define MTP_DESCRIPTOR_LEN (9 + 7 + 7 + 7)
// clang-format off