forked for unsupported target

Dependents:   stm32-disco-example DISCO-F469NI_BD_SD_Card_Control

Fork of USBHOST by ST

Revision:
7:75f3e275934b
Parent:
1:ab240722d7ef
--- a/USBHost/TARGET_STM/USBHALHost_STM_TARGET.h	Wed Apr 26 20:08:31 2017 +0000
+++ b/USBHost/TARGET_STM/USBHALHost_STM_TARGET.h	Tue Aug 08 16:20:39 2017 +0900
@@ -34,6 +34,14 @@
 #include "USBHALHost_DISCOF429ZI.h"
 #endif
 
+#ifdef TARGET_DISCO_F469NI
+#include "USBHALHost_DISCOF469NI.h"
+#endif
+
+#ifdef TARGET_DISCO_F746NG
+#include "USBHALHost_DISCOF746NG.h"
+#endif
+
 #ifdef TARGET_DISCO_L476VG
 #include "USBHALHost_DISCOL476VG.h"
 #endif