From bcf2626baa7134ccffa996d4680bc83c36a2b684 Mon Sep 17 00:00:00 2001 From: Eggert Jung Date: Thu, 28 Nov 2019 20:48:32 +0100 Subject: [PATCH] linebreaks in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 59e608c..b2bfb74 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,6 @@ line 6: If your controller has more than one UART hardware and you want to use a different than UART0, change the register defines in the following way: -from `#define UART_BAUD_REGH UBRR0H` to `#define UART_BAUD_REGH UBRR3H` -and +from `#define UART_BAUD_REGH UBRR0H` to `#define UART_BAUD_REGH UBRR3H`
+and
from `#define UART_UCSZ0_BM UCSZ00` to `#define UART_UCSZ0_BM UCSZ30`