Rev 24 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed
| Rev 24 | Rev 25 | ||
|---|---|---|---|
| Line -... | Line 1... | ||
| - | 1 | /********************************************************************* |
|
| - | 2 | * |
|
| - | 3 | * Ticker service |
|
| - | 4 | * |
|
| - | 5 | ********************************************************************* |
|
| - | 6 | * FileName: Tick.c |
|
| - | 7 | * |
|
| - | 8 | * Author Date Comment |
|
| - | 9 | *~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
|
| - | 10 | * Johan Böhlin 21-10-06 Original (Rev 1.0) |
|
| - | 11 | ********************************************************************/ |
|
| - | 12 | ||
| 1 | #define TICK_INCLUDE |
13 | #define TICK_INCLUDE |
| 2 | 14 | ||
| 3 | #include "..\Include\Tick.h" |
15 | #include "..\Include\Tick.h" |
| 4 | #include "..\Include\Compiler.h" |
16 | #include "..\Include\Compiler.h" |
| 5 | 17 | ||