Adds class implementation for use STM32F4xx OTG_HS in FS mode

Dependents:   IGLOO_board

Fork of USBDevice by mbed official

Revision:
77:83b79e0aa05a
Parent:
51:deafa44182d9
--- a/USBMSD/USBMSD.cpp	Mon Jul 30 12:30:04 2018 +0000
+++ b/USBMSD/USBMSD.cpp	Mon Jul 30 13:56:22 2018 +0000
@@ -608,7 +608,7 @@
 }
 
 
-uint8_t * USBMSD::configurationDesc() {
+uint8_t * USBMSD::configurationDesc(uint_fast8_t cfgidx) {
     static uint8_t configDescriptor[] = {
 
         // Configuration 1
@@ -653,3 +653,4 @@
     };
     return configDescriptor;
 }
+