diff options
Diffstat (limited to 'mcu')
-rw-r--r-- | mcu/usb-usbip.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mcu/usb-usbip.c b/mcu/usb-usbip.c index a487fe4..c6fac0a 100644 --- a/mcu/usb-usbip.c +++ b/mcu/usb-usbip.c @@ -284,8 +284,8 @@ struct usb_control { struct urb *urb; }; -static struct usb_control usbc_ep_in[7]; -static struct usb_control usbc_ep_out[7]; +static struct usb_control usbc_ep_in[8]; +static struct usb_control usbc_ep_out[8]; #define usbc_ep0 usbc_ep_out[0] /* * usbc_ep_in[0] not used. |