diff options
| -rw-r--r-- | class/mtp/usb_mtp.h | 2 |
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 |
