From f6f1d09ab44db58cd0d37582f900143feb0a9779 Mon Sep 17 00:00:00 2001 From: Eggert Jung Date: Sat, 5 Sep 2020 04:34:50 +0200 Subject: [PATCH] change baudrate to 38400 --- newcode/yaMBSiavr.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/newcode/yaMBSiavr.h b/newcode/yaMBSiavr.h index 9f7d921..25977a8 100644 --- a/newcode/yaMBSiavr.h +++ b/newcode/yaMBSiavr.h @@ -190,8 +190,8 @@ THE POSSIBILITY OF SUCH DAMAGE. #define UART_TRANSMIT_INTERRUPT USARTD0_DRE_vect #define UART_DATA USARTD0.DATA -//9600 Baud at 32MHz system clock -#define UART_BSEL 208 +//38400 Baud at 32MHz system clock +#define UART_BSEL 51 #define UART_BSCALE 0