This is an automated email from the ASF dual-hosted git repository. raiden00 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git
commit 1b0ab4c0f7ad0c6de09064ff4e727487c105d2d9 Author: sunkun3 <[email protected]> AuthorDate: Tue May 30 20:36:43 2023 +0800 usbdev-composite: The maximum number of composite devices supported is changed to 8 Signed-off-by: sunkun3 <[email protected]> --- drivers/usbdev/composite.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/usbdev/composite.h b/drivers/usbdev/composite.h index b81fcbfbeb..6024000553 100644 --- a/drivers/usbdev/composite.h +++ b/drivers/usbdev/composite.h @@ -95,7 +95,7 @@ # define COMPOSITE_REMOTEWAKEUP (0) #endif -#define NUM_DEVICES_TO_HANDLE (4) +#define NUM_DEVICES_TO_HANDLE (8) /* Descriptors **************************************************************/
