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 1:69d42f6c6e3a, committed 2013-11-11
- Comitter:
- biank88
- Date:
- Mon Nov 11 19:09:21 2013 +0000
- Parent:
- 0:4d41a054fcc2
- Commit message:
- edit comment
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r 4d41a054fcc2 -r 69d42f6c6e3a main.cpp --- a/main.cpp Mon Nov 11 18:36:15 2013 +0000 +++ b/main.cpp Mon Nov 11 19:09:21 2013 +0000 @@ -1,6 +1,6 @@ #include "mbed.h" -// mapping to LCXpresso 1769 board led +// mapping to LPCXpresso_1769 board led #define XLED P0_22 DigitalOut myled(XLED);