Przeglądaj źródła

fix(class/mtp): fix typo

Signed-off-by: sakumisu <1203593632@qq.com>
sakumisu 5 miesięcy temu
rodzic
commit
c0f544dafe
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      class/mtp/usb_mtp.h

+ 1 - 1
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