source:
firmware/MSR/src/UARTBUF/MAIN.H@
18481
Last change on this file since 18481 was 10588, checked in by , 14 years ago | |
---|---|
File size: 217 bytes |
Line | |
---|---|
1 | #ifndef _main_h_ |
2 | #define _main_h_ |
3 | #include <avr/interrupt.h> |
4 | #include <avr/io.h> |
5 | #include "mydefs.h" |
6 | |
7 | |
8 | #define XTAL 14.756e6 |
9 | |
10 | #define BAUD 9600 |
11 | |
12 | |
13 | #define F_CPU XTAL |
14 | #include <util/delay.h> |
15 | |
16 | |
17 | #endif |
Note:
See TracBrowser
for help on using the repository browser.