Skip to content

Commit fdec620

Browse files
committed
USBHOST: TARGET_STM add more hub to support larger hub
1 parent f3c6f95 commit fdec620

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

features/unsupported/USBHost/USBHost/USBHostConf.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,17 +22,17 @@
2222
* to the usb host
2323
*/
2424
/* hub + 2 devices */
25-
#define MAX_DEVICE_CONNECTED 3
25+
#define MAX_DEVICE_CONNECTED 5
2626

2727
/*
2828
* Maximum of Hub connected to the usb host
2929
*/
30-
#define MAX_HUB_NB 0
30+
#define MAX_HUB_NB 3
3131

3232
/*
3333
* Maximum number of ports on a USB hub
3434
*/
35-
#define MAX_HUB_PORT 2
35+
#define MAX_HUB_PORT 4
3636

3737
/*
3838
* Enable USBHostMSD

0 commit comments

Comments
 (0)