Rev 73 | Only display areas with differences | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed
| Rev 73 | Rev 79 | ||
|---|---|---|---|
| 1 | /********************************************************************* |
1 | /********************************************************************* |
| 2 | * |
2 | * |
| 3 | * Stack specific |
3 | * Stack specific |
| 4 | * |
4 | * |
| 5 | ********************************************************************* |
5 | ********************************************************************* |
| 6 | * FileName: stackTasks.h |
6 | * FileName: stackTasks.h |
| 7 | * |
7 | * |
| 8 | * Author Date Comment |
8 | * Author Date Comment |
| 9 | *~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
9 | *~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
| 10 | * Johan Böhlin 21-10-06 Original (Rev 1.0) |
10 | * Johan Böhlin 21-10-06 Original (Rev 1.0) |
| 11 | ********************************************************************/ |
11 | ********************************************************************/ |
| - | 12 | // $IDI$ |
|
| 12 | 13 | ||
| 13 | #ifndef stackTasks_H |
14 | #ifndef stackTasks_H |
| 14 | #define stackTasks_H |
15 | #define stackTasks_H |
| 15 | 16 | ||
| 16 | #define USE_CAN |
17 | #define USE_CAN |
| 17 | 18 | ||
| 18 | 19 | ||
| 19 | #endif |
20 | #endif |
| 20 | 21 | ||