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`