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.
Revision 71:5dd699362c4b, committed 2015-01-04
- Comitter:
- K4zuki
- Date:
- Sun Jan 04 04:23:49 2015 +0900
- Parent:
- 70:efb63a01295e
- Child:
- 72:65460c1ccc35
- Commit message:
- target 11U24 added
Changed in this revision
| LPC11UXX/main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/LPC11UXX/main.cpp Wed Dec 17 23:58:18 2014 +0900 +++ b/LPC11UXX/main.cpp Sun Jan 04 04:23:49 2015 +0900 @@ -5,7 +5,7 @@ #include "I2C_FmPlus.h" #define isuse_USB_SERIAL -#if defined(TARGET_LPC11U35_401) || defined(TARGET_LPC11U35_501) +#if defined(TARGET_LPC11U35_401) || defined(TARGET_LPC11U35_501) || defined(TARGET_LPC11U24) #include "USBSerial.h" USBSerial pc; #else