#ifndef _CONF_H_ #define _CONF_H_ #define F_CPU 20000000UL #define USART_BAUD 500000UL #define USART_BUFFER_SIZE 256 #define USART_U2X_EN #endif