9 lines
121 B
C
9 lines
121 B
C
|
#ifndef _CONF_H_
|
||
|
#define _CONF_H_
|
||
|
|
||
|
#define F_CPU 8000000UL
|
||
|
#define USART_BAUD 9600
|
||
|
#define USART_BUFFER_SIZE 256
|
||
|
|
||
|
#endif
|