From 36e36ab1e493e6f830afea38da59c5cb0c660aaf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Kn=C3=BCttel?= Date: Wed, 17 Jul 2019 16:14:18 +0200 Subject: [PATCH] set the baud rate to a sufficiently high value --- conf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf.h b/conf.h index 79c8a36..b4a417c 100644 --- a/conf.h +++ b/conf.h @@ -2,7 +2,7 @@ #define _CONF_H_ #define F_CPU 20000000UL -#define USART_BAUD 19600 +#define USART_BAUD 500000UL #define USART_BUFFER_SIZE 256 #define USART_U2X_EN