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.
Diff: main.cpp
- Revision:
- 1:340d210a0bef
- Parent:
- 0:f59ddb971c22
--- a/main.cpp Thu Oct 20 10:42:23 2011 +0000
+++ b/main.cpp Thu Oct 20 10:59:20 2011 +0000
@@ -3,7 +3,7 @@
DigitalOut myled(LED1);
int main() {
- while(1) {
+ while (1) {
myled = 1;
wait(0.2);
myled = 0;