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 | * UART |
|
| - | 4 | * |
|
| - | 5 | ********************************************************************* |
|
| - | 6 | * FileName: uart.c |
|
| - | 7 | * |
|
| - | 8 | * Author Date Comment |
|
| - | 9 | *~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
|
| - | 10 | * Johan Böhlin 21-10-06 Original (Rev 1.0) |
|
| - | 11 | ********************************************************************/ |
|
| - | 12 | ||
| 1 | #include "../Include/stackTasks.h" |
13 | #include "../Include/stackTasks.h" |
| 2 | #include "../Include/uart.h" |
14 | #include "../Include/uart.h" |
| 3 | 15 | ||
| 4 | #ifdef USE_UART |
16 | #ifdef USE_UART |
| 5 | 17 | ||