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

This commit is contained in:
sakumisu
2024-06-23 13:50:23 +08:00
parent 0f8ec31981
commit 69fe1598ed

View File

@@ -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];