Explorar el Código

update(core/usbd_core): increase intf array from 8 to 16

sakumisu hace 1 año
padre
commit
69fe1598ed
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      core/usbd_core.c

+ 1 - 1
core/usbd_core.c

@@ -57,7 +57,7 @@ USB_NOCACHE_RAM_SECTION struct usbd_core_priv {
 #ifdef CONFIG_USBDEV_TEST_MODE
     bool test_req;
 #endif
-    struct usbd_interface *intf[8];
+    struct usbd_interface *intf[16];
     uint8_t intf_offset;
 
     struct usbd_tx_rx_msg tx_msg[CONFIG_USBDEV_EP_NUM];