USBHOST: TARGET_STM add more hub to support larger hub

pull/4231/head
Michel Jaouen 2017-04-21 17:31:43 +02:00
parent f3c6f95b0a
commit fdec62002e
1 changed files with 3 additions and 3 deletions

View File

@ -22,17 +22,17 @@
* to the usb host
*/
/* hub + 2 devices */
#define MAX_DEVICE_CONNECTED 3
#define MAX_DEVICE_CONNECTED 5
/*
* Maximum of Hub connected to the usb host
*/
#define MAX_HUB_NB 0
#define MAX_HUB_NB 3
/*
* Maximum number of ports on a USB hub
*/
#define MAX_HUB_PORT 2
#define MAX_HUB_PORT 4
/*
* Enable USBHostMSD