changed to no comment

Dependencies:   mbed

Revision:
2:cb08f13b5e9e
Parent:
1:7a1f927db217
--- a/main.cpp	Wed Feb 19 22:41:58 2020 +0000
+++ b/main.cpp	Wed Feb 19 22:50:35 2020 +0000
@@ -6,7 +6,7 @@
     while(1) {
         myled = 1; // LED is ON
         wait(0.2); // 200 ms
-        myled = 0; // LED is Poop
+        myled = 0; // LED is
         wait(1.0); // 1 sec
     }
 }