From 68e7129dab966783892e61075018dc9a63f7e3e0 Mon Sep 17 00:00:00 2001 From: sakumisu <1203593632@qq.com> Date: Wed, 14 Sep 2022 20:33:32 +0800 Subject: [PATCH] add mult config --- common/usb_hc.h | 1 + 1 file changed, 1 insertion(+) diff --git a/common/usb_hc.h b/common/usb_hc.h index 20a32945..61af3f65 100644 --- a/common/usb_hc.h +++ b/common/usb_hc.h @@ -26,6 +26,7 @@ struct usbh_endpoint_cfg { uint8_t ep_type; /* Endpoint type */ uint16_t ep_mps; /* Endpoint max packet size */ uint8_t ep_interval; /* Endpoint interval */ + uint8_t mult; /* Endpoint additional transcation */ }; /**