avrinput/conf.h

10 lines
147 B
C
Raw Normal View History

2019-01-01 15:48:54 +00:00
#ifndef _CONF_H_
#define _CONF_H_
2019-04-07 18:35:05 +00:00
#define F_CPU 20000000UL
#define USART_BAUD 500000UL
2019-01-01 15:48:54 +00:00
#define USART_BUFFER_SIZE 256
2019-04-07 18:35:05 +00:00
#define USART_U2X_EN
2019-01-01 15:48:54 +00:00
#endif