Thread example

Files at this revision

API Documentation at this revision

Comitter:
noutram
Date:
Tue Oct 31 13:46:40 2017 +0000
Parent:
1:20f8dc1354d0
Child:
3:4090b465745c
Commit message:
Removed green led

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- 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
     }
 }