We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d11e766 commit aef5e85Copy full SHA for aef5e85
modules/hal_nxp/mcux/mcux-sdk-ng/middleware/usb_host_config.h
@@ -16,10 +16,10 @@
16
#ifdef CONFIG_UHC_NXP_EHCI
17
#define USB_HOST_CONFIG_EHCI (2U)
18
#define USB_HOST_CONFIG_EHCI_FRAME_LIST_SIZE (1024U)
19
-#define USB_HOST_CONFIG_EHCI_MAX_QH (8U)
20
-#define USB_HOST_CONFIG_EHCI_MAX_QTD (8U)
21
-#define USB_HOST_CONFIG_EHCI_MAX_ITD (0U)
22
-#define USB_HOST_CONFIG_EHCI_MAX_SITD (0U)
+#define USB_HOST_CONFIG_EHCI_MAX_QH (16U)
+#define USB_HOST_CONFIG_EHCI_MAX_QTD (16U)
+#define USB_HOST_CONFIG_EHCI_MAX_ITD (16U)
+#define USB_HOST_CONFIG_EHCI_MAX_SITD (16U)
23
#else
24
#define USB_HOST_CONFIG_EHCI (0U)
25
#endif /* CONFIG_USB_DC_NXP_EHCI */
0 commit comments