My Fork of F401RE-USBHost. Add USBHostMIDI functions (originaled by Kaoru Shoji http://mbed.org/users/kshoji/code/USBHostMIDI/)

Dependencies:   FATFileSystem

Dependents:   F401RE-USBHostMIDI_RecieveExample

Fork of F401RE-USBHost by Norimasa Okamoto

Revision:
20:47978c25c9b8
Parent:
19:61554f238584
--- a/USBHost/USBHALHost.h	Tue Jul 01 18:33:31 2014 +0900
+++ b/USBHost/USBHALHost.h	Sun Jul 20 11:00:24 2014 +0000
@@ -15,7 +15,7 @@
     }
 };
 
-#if defined(TARGET_NUCLEO_F401RE)
+#if defined(TARGET_NUCLEO_F401RE)||defined(TARGET_NUCLEO_F411RE)
 #include "USBHALHost_F401RE.h"
 #elif defined(TARGET_KL46Z)||defined(TARGET_KL25Z)||defined(TARGET_K64F)
 #include "USBHALHost_KL46Z.h"