Version of USBDevice that works for KL25Z on Mbed OS2.
Fork of USBDevice by
Diff: USBDevice/USBEndpoints.h
- Revision:
- 10:1e3d126a322b
- Parent:
- 8:335f2506f422
- Child:
- 11:eeb3cbbaa996
--- a/USBDevice/USBEndpoints.h Mon Mar 04 13:37:51 2013 +0000 +++ b/USBDevice/USBEndpoints.h Thu May 30 17:16:57 2013 +0100 @@ -37,7 +37,7 @@ } EP_STATUS; /* Include configuration for specific target */ -#if defined(TARGET_LPC1768) || defined(TARGET_LPC2368) +#if defined(TARGET_LPC1768) || defined(TARGET_LPC2368) || defined(TARGET_LPC4088) #include "USBEndpoints_LPC17_LPC23.h" #elif defined(TARGET_LPC11U24) #include "USBEndpoints_LPC11U.h"