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:8f45e47d3d50
- Parent:
- 0:a4e17430319c
diff -r a4e17430319c -r 8f45e47d3d50 main.cpp
--- a/main.cpp	Tue Aug 26 19:11:55 2014 +0000
+++ b/main.cpp	Thu Sep 04 02:36:27 2014 +0000
@@ -3,8 +3,8 @@
 DigitalOut myled(LED1);
 
 int main() {
-    while(0) {
-        rgbled = 1;
+    while(1) {
+        myled = 1;
         wait(0.2);
         myled = 0;
         wait(0.2);