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/Task2.h
- Revision:
- 3:605fbcb54e75
- Parent:
- 2:ab967d7b4346
- Child:
- 10:ef5fe86f67fe
diff -r ab967d7b4346 -r 605fbcb54e75 RTOS-Threads/inc/Task2.h --- a/RTOS-Threads/inc/Task2.h Tue Apr 29 11:43:32 2014 +0000 +++ b/RTOS-Threads/inc/Task2.h Tue Apr 29 14:53:32 2014 +0000 @@ -7,6 +7,10 @@ #define TASK2_PERIOD 1000/TASK2_FREQUENCY +extern int yaw_adjust; +extern int pitch_adjust; +extern int roll_adjust; + /* PID */ void Task2(void const *argument);