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/inc/Task3.h
- Revision:
- 17:18c3bd016e49
- Parent:
- 12:953d25061417
- Child:
- 21:b642c18eccd1
--- a/RTOS-Threads/inc/Task3.h Sat May 03 01:33:28 2014 +0000 +++ b/RTOS-Threads/inc/Task3.h Sat May 03 01:47:54 2014 +0000 @@ -26,4 +26,6 @@ /* RC & BT Command & Telemetry (50Hz) */ void Task3(void const *argument); +int constrainRCCommand(int input); + #endif