shalab shalab / Mbed 2 deprecated Tutorial02_BinarySerialCom

Dependencies:   mbed

Revision:
1:8c34bb700858
Parent:
0:d80410b1dfec
diff -r d80410b1dfec -r 8c34bb700858 main.cpp
--- a/main.cpp	Thu Feb 20 04:55:43 2014 +0000
+++ b/main.cpp	Fri Feb 28 09:04:43 2014 +0000
@@ -67,7 +67,7 @@
             printHexToDouble(inCmd); 
             inCmdReady = false;
         }
-        led1 != led1;
+        toggle(led1);
         wait(0.1);
     }
 }