Adds class implementation for use STM32F4xx OTG_HS in FS mode

Dependents:   IGLOO_board

Fork of USBDevice by mbed official

Revision:
76:a791d5373beb
Parent:
71:53949e6131f6
diff -r 1c90be02084f -r a791d5373beb targets/TARGET_STM/USBHAL_STM32.cpp
--- a/targets/TARGET_STM/USBHAL_STM32.cpp	Mon Jul 23 15:12:35 2018 +0000
+++ b/targets/TARGET_STM/USBHAL_STM32.cpp	Mon Jul 30 12:30:04 2018 +0000
@@ -34,7 +34,8 @@
 #define ADDR_EPOUT(ep) (((ep) << 1))
 /* id to detect if rx buffer is used or not  */
 
-#include "USBHAL_STM_TARGET.h"
+//#include "USBHAL_STM_TARGET.h"
+#include "USBHAL_STM_HSFS_144_pins.h"
 
 
 /*  this call at device reception completion on a Out Enpoint  */