mirror of
https://github.com/apache/nuttx.git
synced 2026-06-07 01:05:54 +08:00
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:
@@ -95,7 +95,7 @@
|
||||
# define COMPOSITE_REMOTEWAKEUP (0)
|
||||
#endif
|
||||
|
||||
#define NUM_DEVICES_TO_HANDLE (4)
|
||||
#define NUM_DEVICES_TO_HANDLE (8)
|
||||
|
||||
/* Descriptors **************************************************************/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user