usbdev-composite: The maximum number of composite devices supported is changed to 8

Signed-off-by: sunkun3 <sunkun3@xiaomi.com>
This commit is contained in:
sunkun3 2023-05-30 20:36:43 +08:00 committed by Mateusz Szafoni
parent 324402ed30
commit 1b0ab4c0f7
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@
# define COMPOSITE_REMOTEWAKEUP (0)
#endif
#define NUM_DEVICES_TO_HANDLE (4)
#define NUM_DEVICES_TO_HANDLE (8)
/* Descriptors **************************************************************/