Rev 924 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed
| Rev 924 | Rev 1695 | ||
|---|---|---|---|
| Line 10... | Line 10... | ||
| 10 | * Includes |
10 | * Includes |
| 11 | *---------------------------------------------------------------------------*/ |
11 | *---------------------------------------------------------------------------*/ |
| 12 | #include <stdlib.h> |
12 | #include <stdlib.h> |
| 13 | #include <stdio.h> |
13 | #include <stdio.h> |
| 14 | #include <config.h> |
14 | #include <config.h> |
| - | 15 | #include <avr/io.h> |
|
| - | 16 | #include <avr/interrupt.h> |
|
| - | 17 | #include <avr/pgmspace.h> |
|
| 15 | #include <drivers/uart/serial.h> |
18 | #include <drivers/uart/serial.h> |
| 16 | #include <drivers/uart/uart.h> |
19 | #include <drivers/uart/uart.h> |
| 17 | 20 | ||
| 18 | 21 | ||
| 19 | /*----------------------------------------------------------------------------- |
22 | /*----------------------------------------------------------------------------- |