Adds class implementation for use STM32F4xx OTG_HS in FS mode

Dependents:   IGLOO_board

Fork of USBDevice by mbed official

Revision:
77:83b79e0aa05a
Parent:
50:a3c50882f2c5
--- a/USBMIDI/USBMIDI.h	Mon Jul 30 12:30:04 2018 +0000
+++ b/USBMIDI/USBMIDI.h	Mon Jul 30 13:56:22 2018 +0000
@@ -99,7 +99,7 @@
     *
     * @returns pointer to the configuration descriptor
     */
-    virtual uint8_t * configurationDesc();
+    virtual uint8_t * configurationDesc(uint_fast8_t cfgidx);
 
 private:
     uint8_t data[MAX_MIDI_MESSAGE_SIZE+1];
@@ -110,3 +110,4 @@
 };
 
 #endif
+