From 129f45eb71b029e2a3c10a70f9fa7b3b0babbcad Mon Sep 17 00:00:00 2001 From: sakumisu <1203593632@qq.com> Date: Tue, 23 Aug 2022 19:16:09 +0800 Subject: [PATCH] delete dupliate --- common/usb_hc.h | 1 - 1 file changed, 1 deletion(-) diff --git a/common/usb_hc.h b/common/usb_hc.h index 7d464eca..ac53f6b7 100644 --- a/common/usb_hc.h +++ b/common/usb_hc.h @@ -26,7 +26,6 @@ struct usbh_endpoint_cfg { uint8_t ep_type; /* Endpoint type */ uint16_t ep_mps; /* Endpoint max packet size */ uint8_t ep_interval; /* Endpoint interval */ - uint16_t ep_mps; /* Endpoint max packet size */ }; /**