Adds class implementation for use STM32F4xx OTG_HS in FS mode
Fork of USBDevice by
Diff: targets/TARGET_STM/USBHAL_STM32.cpp
- Revision:
- 76:a791d5373beb
- Parent:
- 71:53949e6131f6
--- 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 */