ss

Dependencies:   MODSERIAL mbed

Fork of Minor_test_serial by First Last

Revision:
4:7cbf9738084d
Parent:
3:59ad4f5b9004
--- a/main.cpp	Tue Sep 19 16:22:36 2017 +0000
+++ b/main.cpp	Sat Feb 03 13:45:28 2018 +0000
@@ -18,5 +18,6 @@
         pc.printf("%d \r\n", i); // print the value of variable i
         i++; // increment the variable
         myled = !myled; // toggle a led
+        char maaike;
     }
 }