summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--common/usb_dc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/usb_dc.h b/common/usb_dc.h
index 30955565..ca45150a 100644
--- a/common/usb_dc.h
+++ b/common/usb_dc.h
@@ -21,6 +21,7 @@ struct usbd_endpoint_cfg {
uint8_t ep_addr; /* Endpoint addr with direction */
uint8_t ep_type; /* Endpoint type */
uint16_t ep_mps; /* Endpoint max packet size */
+ uint8_t ep_mult; /* Endpoint additional transcations in micro frame */
};
/**