USBHOST lib for STM

Dependents:   door-access-controller-dev

Revision:
5:fc157e6bd5a5
Parent:
1:ab240722d7ef
--- a/USBHost/USBHostConf.h	Fri Feb 17 12:40:57 2017 +0100
+++ b/USBHost/USBHostConf.h	Wed Apr 26 18:11:37 2017 +0200
@@ -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