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.
Dependencies: BLE_API mbed nRF51822
Revision 2:fb1f4bd366dc, committed 2015-10-05
- Comitter:
- jbru
- Date:
- Mon Oct 05 14:31:08 2015 +0000
- Parent:
- 0:3bbe1a2f1b66
- Commit message:
- Remove hack to force use of the mkit pins
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Mon Oct 05 12:45:18 2015 +0000 +++ b/main.cpp Mon Oct 05 14:31:08 2015 +0000 @@ -30,9 +30,6 @@ #include "mbed.h" -#undef LED1 -#define LED1 p18 -Serial pc(p9, p11); DigitalOut led1(LED1); /* introspection macros */