Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: KL46Z-lpc81isp lpcterm2
Revision 6:528036abfb02, committed 2014-06-21
- Comitter:
- va009039
- Date:
- Sat Jun 21 22:39:59 2014 +0000
- Parent:
- 5:7e478063c6ee
- Commit message:
- add LPC11U68
Changed in this revision
USBMSD2/USB_CDC.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/USBMSD2/USB_CDC.h Sat Jun 21 20:05:43 2014 +0900 +++ b/USBMSD2/USB_CDC.h Sat Jun 21 22:39:59 2014 +0000 @@ -25,7 +25,7 @@ #define CDC_EPINT_IN EP1IN #define CDC_EPBULK_IN EP5IN #define CDC_EPBULK_OUT EP5OUT -#elif defined(TARGET_LPC1347)||defined(TARGET_LPC11U24)||defined(TARGET_LPC11U35_401)||defined(TARGET_LPC1549) +#elif defined(TARGET_LPC1347)||defined(TARGET_LPC11U24)||defined(TARGET_LPC11U35_401)||defined(TARGET_LPC11U35_501)||defined(TARGET_LPC1549)||defined(TARGET_LPC11U68) #define CDC_EPINT_IN EP1IN #define CDC_EPBULK_IN EP3IN #define CDC_EPBULK_OUT EP3OUT