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:97855081060a, committed 2018-09-04
- Comitter:
- titinho
- Date:
- Tue Sep 04 14:37:52 2018 +0000
- Parent:
- 0:ffb4d6fe4af9
- Commit message:
- Nothing special
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r ffb4d6fe4af9 -r 97855081060a main.cpp
--- a/main.cpp Tue Sep 04 14:23:17 2018 +0000
+++ b/main.cpp Tue Sep 04 14:37:52 2018 +0000
@@ -1,6 +1,6 @@
#include "mbed.h"
-DigitalOut led(LED1);
+DigitalOut led(LED2);
int main()
{