From c5b1e1af275dd13f24136f0bc1475cce8927a5aa Mon Sep 17 00:00:00 2001 From: sakumisu <1203593632@qq.com> Date: Fri, 11 Jul 2025 15:16:01 +0800 Subject: [PATCH] fix typo Signed-off-by: sakumisu <1203593632@qq.com> --- class/mtp/usb_mtp.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/class/mtp/usb_mtp.h b/class/mtp/usb_mtp.h index 524abb75..f20d0f7d 100644 --- a/class/mtp/usb_mtp.h +++ b/class/mtp/usb_mtp.h @@ -675,9 +675,8 @@ struct mtp_object { USB_DESCRIPTOR_TYPE_ENDPOINT, /* bDescriptorType */ \ int_ep, /* bEndpointAddress */ \ 0x03, /* bmAttributes */ \ - 0x1c, /* wMaxPacketSize */ \ - 0x00, /* bInterval */ \ - 0x06 /* bLength */ + WBVAL(0x1c), /* wMaxPacketSize */ \ + 0x06 /* bInterval */ // clang-format on #endif \ No newline at end of file