decs

Dependencies:   storage_on_flash

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