summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsakumisu <[email protected]>2022-08-23 19:16:09 +0800
committersakumisu <[email protected]>2022-08-23 19:16:09 +0800
commit129f45eb71b029e2a3c10a70f9fa7b3b0babbcad (patch)
treecc84bbb9e2f4311e24ae4c59c2c574aa17af1a99
parenta74013ca06f8640a7eced044828b2e11458cd688 (diff)
delete dupliate
-rw-r--r--common/usb_hc.h1
1 files changed, 0 insertions, 1 deletions
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 */
};
/**