decs

Dependencies:   storage_on_flash

Revision:
1:10322913b00f
Parent:
0:3fec541a3186
Child:
2:eb09ab8cc121
--- a/main.cpp	Sat May 19 09:07:56 2018 +0000
+++ b/main.cpp	Sat May 19 09:40:08 2018 +0000
@@ -5,6 +5,7 @@
 // main() runs in its own thread in the OS
 int main() {
     while (true) {
+        
         led1 = !led1;
         wait(1);
     }