Fork of https://developer.mbed.org/users/bscott/code/STM32_USBDevice/
Fork of STM32_USBDevice by
Diff: USBDevice/USBEndpoints.h
- Revision:
- 8:335f2506f422
- Parent:
- 1:80ab0d068708
- Child:
- 10:1e3d126a322b
diff -r f8f057664123 -r 335f2506f422 USBDevice/USBEndpoints.h --- a/USBDevice/USBEndpoints.h Mon Jan 21 10:41:28 2013 +0000 +++ b/USBDevice/USBEndpoints.h Fri Mar 01 13:10:29 2013 +0000 @@ -41,6 +41,8 @@ #include "USBEndpoints_LPC17_LPC23.h" #elif defined(TARGET_LPC11U24) #include "USBEndpoints_LPC11U.h" +#elif defined(TARGET_KL25Z) +#include "USBEndpoints_KL25Z.h" #else #error "Unknown target type" #endif