Thread example

Revision:
2:47c9c24b49fc
Parent:
1:20f8dc1354d0
Child:
3:4090b465745c
--- a/main.cpp	Tue Oct 31 13:45:19 2017 +0000
+++ b/main.cpp	Tue Oct 31 13:46:40 2017 +0000
@@ -51,7 +51,6 @@
     while(1) {
         //Thread::wait(osWaitForever);
         Thread::wait(5000);
-        greenLED = !greenLED;
         printf("Main is Awake\n");  //Should not happen when osWaitForever is used
     }
 }