2019
Revision 2:47c9c24b49fc, committed 2017-10-31
- Comitter:
- noutram
- Date:
- Tue Oct 31 13:46:40 2017 +0000
- Parent:
- 1:20f8dc1354d0
- Child:
- 3:40d2f4b36756
- Child:
- 4: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
}
}