Version of USBDevice that works for KL25Z on Mbed OS2.
Fork of USBDevice by
Diff: USBDevice/USBEndpoints.h
- Revision:
- 59:2af474687369
- Parent:
- 58:f3cad7e6984e
- Child:
- 62:c1549af978d6
--- a/USBDevice/USBEndpoints.h Wed Jul 08 14:46:06 2015 +0100 +++ b/USBDevice/USBEndpoints.h Thu Aug 13 15:46:06 2015 +0100 @@ -49,6 +49,8 @@ #include "USBEndpoints_RZ_A1H.h" #elif defined(TARGET_Maxim) #include "USBEndpoints_Maxim.h" +#elif defined(TARGET_EFM32GG_STK3700) || defined(TARGET_EFM32LG_STK3600) || defined(TARGET_EFM32WG_STK3800) || defined(TARGET_EFM32HG_STK3400) +#include "USBEndpoints_EFM32.h" #else #error "Unknown target type" #endif