Fixing issues with library dependencies

Dependencies:   FATFileSystem mbed-rtos

Fork of USBHost by mbed official

Revision:
25:45dcbf2ba11d
Parent:
24:868cbfe611a7
--- a/USBHost/USBHostConf.h	Tue Jun 03 11:30:38 2014 +0100
+++ b/USBHost/USBHostConf.h	Fri Jul 11 10:00:48 2014 +0100
@@ -59,6 +59,11 @@
 #define USBHOST_3GMODULE            1
 
 /*
+* Enable USB MIDI
+*/
+#define USBHOST_MIDI                1 
+
+/*
 * Maximum number of interfaces of a usb device
 */
 #define MAX_INTF                    4