set the baud rate to a sufficiently high value

This commit is contained in:
Daniel Knüttel 2019-07-17 16:14:18 +02:00
parent f4e01a3a8f
commit 36e36ab1e4
1 changed files with 1 additions and 1 deletions

2
conf.h
View File

@ -2,7 +2,7 @@
#define _CONF_H_ #define _CONF_H_
#define F_CPU 20000000UL #define F_CPU 20000000UL
#define USART_BAUD 19600 #define USART_BAUD 500000UL
#define USART_BUFFER_SIZE 256 #define USART_BUFFER_SIZE 256
#define USART_U2X_EN #define USART_U2X_EN