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/Task4.h
- Revision:
- 44:4be5c01c6de2
- Parent:
- 33:f88a6ee18103
- Child:
- 50:8a0accb23007
--- a/RTOS-Threads/inc/Task4.h Fri May 16 23:20:01 2014 +0000 +++ b/RTOS-Threads/inc/Task4.h Fri May 16 23:34:20 2014 +0000 @@ -16,7 +16,7 @@ // ms timing: Refer to tasks.h to change frequency of Task4. #define TASK4_PERIOD 1000/TASK4_FREQUENCY -extern int ESCpower[4]; +extern volatile int ESCpower[4]; extern bool armed; extern bool ESC_check;