Version of USBDevice that works for KL25Z on Mbed OS2.
Fork of USBDevice by
Diff: USBDevice/USBEndpoints.h
- Revision:
- 41:0ca6eeb54b97
- Parent:
- 38:dfe51ad5cacf
- Child:
- 43:c0605f23f916
--- a/USBDevice/USBEndpoints.h Mon Jan 19 14:30:30 2015 +0000 +++ b/USBDevice/USBEndpoints.h Mon Feb 09 09:15:46 2015 +0000 @@ -37,7 +37,7 @@ } EP_STATUS; /* Include configuration for specific target */ -#if defined(TARGET_LPC1768) || defined(TARGET_LPC2368) || defined(TARGET_LPC4088) +#if defined(TARGET_LPC1768) || defined(TARGET_LPC2368) || defined(TARGET_LPC4088) || defined(TARGET_LPC4088_DM) #include "USBEndpoints_LPC17_LPC23.h" #elif defined(TARGET_LPC11UXX) || defined(TARGET_LPC1347) || defined (TARGET_LPC11U6X) || defined (TARGET_LPC1549) #include "USBEndpoints_LPC11U.h"