Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed-rtos ECE4333Lab3
Fork of ECE4333Lab3 by
Diff: main.cpp
- Revision:
- 2:f1ce213d3367
- Parent:
- 1:79e780124b58
- Child:
- 3:0efaad3251a8
diff -r 79e780124b58 -r f1ce213d3367 main.cpp
--- a/main.cpp Wed Feb 03 17:41:51 2016 +0000
+++ b/main.cpp Wed Feb 03 17:45:01 2016 +0000
@@ -78,7 +78,7 @@
void PiControlThread(void const *argument) {
while (true) {
osSignalWait(SignalPi, osWaitForever); // Go to sleep until, SignalPi, is received.
- led2= !led2; // Alive status - led2 toggles each time PiControlThread is signaled.
+ led2 = !led2; // Alive status - led2 toggles each time PiControlThread is signaled.
Position = Position + 1;
}
}
