Rev 394 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed
| Rev 394 | Rev 663 | ||
|---|---|---|---|
| Line 6... | Line 6... | ||
| 6 | 6 | ||
| 7 | #include <avr/interrupt.h> |
7 | #include <avr/interrupt.h> |
| 8 | #include <avr/pgmspace.h> |
8 | #include <avr/pgmspace.h> |
| 9 | #include <avr/io.h> |
9 | #include <avr/io.h> |
| 10 | #include "avr_compat.h" |
10 | #include "avr_compat.h" |
| - | 11 | #include <config.h> |
|
| 11 | 12 | ||
| 12 | #ifndef ALIBC_OLD |
13 | #ifndef ALIBC_OLD |
| 13 | #include <util/delay.h> |
14 | #include <util/delay.h> |
| 14 | #else |
15 | #else |
| 15 | #include <avr/delay.h> |
16 | #include <avr/delay.h> |