haha

Dependencies:   MODSERIAL mbed

Fork of Minor_test_serial by First Last

Revision:
3:7659337cce6c
Parent:
2:8ebac74b4a3c
--- a/main.cpp	Tue Sep 11 13:50:15 2018 +0000
+++ b/main.cpp	Tue Sep 11 13:50:37 2018 +0000
@@ -11,11 +11,7 @@
     pc.baud(115200);
     pc.printf("Hello World!\r\n");
     
-    myled = 1;
-    char c;
-    c = pc.getc();
-    
-    pc.printf("%c\r\n",c);  
+ 
     
     while (true) {
         wait(0.5f); // wait a small period of time