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.
ICE-Application/src/ControlTask/ControlTask.h@0:61364762ee0e, 2017-01-24 (annotated)
- Committer:
- jmarkel44
- Date:
- Tue Jan 24 19:05:33 2017 +0000
- Revision:
- 0:61364762ee0e
Port from IAR to Nucleo-F412 board
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
jmarkel44 | 0:61364762ee0e | 1 | #ifndef CONTROLTASK_H |
jmarkel44 | 0:61364762ee0e | 2 | #define CONTROLTASK_H |
jmarkel44 | 0:61364762ee0e | 3 | |
jmarkel44 | 0:61364762ee0e | 4 | #ifdef __cplusplus |
jmarkel44 | 0:61364762ee0e | 5 | #define EXTERNC extern "C" |
jmarkel44 | 0:61364762ee0e | 6 | #else |
jmarkel44 | 0:61364762ee0e | 7 | #define EXTERNC |
jmarkel44 | 0:61364762ee0e | 8 | #endif |
jmarkel44 | 0:61364762ee0e | 9 | |
jmarkel44 | 0:61364762ee0e | 10 | EXTERNC void ControlTask(void const *args); |
jmarkel44 | 0:61364762ee0e | 11 | |
jmarkel44 | 0:61364762ee0e | 12 | #undef EXTERNC |
jmarkel44 | 0:61364762ee0e | 13 | |
jmarkel44 | 0:61364762ee0e | 14 | #endif |