4180 final project
Fork of USBDevice by
Revision 58:f3cad7e6984e, committed 2015-07-08
- Comitter:
- mbed_official
- Date:
- Wed Jul 08 14:46:06 2015 +0100
- Parent:
- 57:7a8dce0a3c84
- Child:
- 59:2af474687369
- Commit message:
- Synchronized with git revision 7a2b57896e0263b82f31ddc5a0ad2443615db184
Full URL: https://github.com/mbedmicro/mbed/commit/7a2b57896e0263b82f31ddc5a0ad2443615db184/
Add rtc_api.c
Changed in this revision
USBDevice/USBEndpoints.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/USBDevice/USBEndpoints.h Mon Jun 15 07:15:54 2015 +0100 +++ b/USBDevice/USBEndpoints.h Wed Jul 08 14:46:06 2015 +0100 @@ -41,7 +41,7 @@ #include "USBEndpoints_LPC17_LPC23.h" #elif defined(TARGET_LPC11UXX) || defined(TARGET_LPC1347) || defined (TARGET_LPC11U6X) || defined (TARGET_LPC1549) #include "USBEndpoints_LPC11U.h" -#elif defined(TARGET_KL25Z) | defined(TARGET_KL43Z) | defined(TARGET_KL46Z) | defined(TARGET_K20D50M) | defined(TARGET_K64F) | defined(TARGET_K22F) | defined(TARGET_TEENSY3_1) +#elif defined(TARGET_KL25Z) | defined(TARGET_KL26Z) | defined(TARGET_KL43Z) | defined(TARGET_KL46Z) | defined(TARGET_K20D50M) | defined(TARGET_K64F) | defined(TARGET_K22F) | defined(TARGET_TEENSY3_1) #include "USBEndpoints_KL25Z.h" #elif defined (TARGET_STM32F4) #include "USBEndpoints_STM32F4.h"