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.cpp	Mon Jul 30 12:30:04 2018 +0000
+++ b/USBMIDI/USBMIDI.cpp	Mon Jul 30 13:56:22 2018 +0000
@@ -176,7 +176,7 @@
 }
 
 
-uint8_t * USBMIDI::configurationDesc() {
+uint8_t * USBMIDI::configurationDesc(uint_fast8_t cfgidx) {
     static uint8_t configDescriptor[] = {
         // configuration descriptor
         0x09, 0x02, 0x65, 0x00, 0x02, 0x01, 0x00, 0xc0, 0x50,
@@ -205,3 +205,4 @@
     };
     return configDescriptor;
 }
+