Version of USBDevice that works for KL25Z on Mbed OS2.
Fork of USBDevice by
Diff: USBDevice/USBEndpoints.h
- Revision:
- 16:4f6df64750bd
- Parent:
- 13:16731886c049
- Child:
- 20:d38b72fed893
--- a/USBDevice/USBEndpoints.h Tue Nov 05 09:45:23 2013 +0000 +++ b/USBDevice/USBEndpoints.h Thu Dec 05 13:00:15 2013 +0000 @@ -43,6 +43,8 @@ #include "USBEndpoints_LPC11U.h" #elif defined(TARGET_KL25Z) #include "USBEndpoints_KL25Z.h" +#elif defined (TARGET_STM32F4XX) +#include "USBEndpoints_STM32F4.h" #else #error "Unknown target type" #endif