02/07/15

Dependencies:   mbed

Dependents:   TabbedGUIMbed

Revision:
66:b642dac6f65d
Parent:
65:08b3eb9b95dd
Child:
67:04d67617131a
--- a/main.cpp	Wed Aug 05 09:02:17 2015 +0000
+++ b/main.cpp	Wed Aug 05 15:32:48 2015 +0000
@@ -31,7 +31,7 @@
                      input = pc.getc();
                      if (input == 'a')
                      {
-                         led1 = 1;
+                         led1 = 1; 
                         return "success" ;// run();
                      }
                  }