Added TARGET_DISCO_F469NI in USBHOST\USBHost\TARGET_STM\USBHALHost_STM_TARGET.h

Dependents:   DISCO-F469NI_USB_Disk STM32F4xx_USB_Memory

Fork of USBHOST by ST

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