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.
Diff: RTOS-Threads/src/Task3.cpp
- Revision:
- 18:af657c4c3944
- Parent:
- 17:18c3bd016e49
- Child:
- 20:b193a50a2ba3
--- a/RTOS-Threads/src/Task3.cpp Sat May 03 01:47:54 2014 +0000 +++ b/RTOS-Threads/src/Task3.cpp Sat May 03 02:05:51 2014 +0000 @@ -67,7 +67,6 @@ } else if (rc_out) BT.printf("%5d %5d %5d %5d %5d\n", RCCommand[0], RCCommand[1], RCCommand[2], RCCommand[3], RCCommand[4]); - //LED[3] = !LED[3]; }