linebreaks in README

master
Eggert Jung 6 years ago
parent ab84a46992
commit bcf2626baa

@ -13,6 +13,6 @@ line 6:
If your controller has more than one UART hardware and you want to use a different than UART0, 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: change the register defines in the following way:
from `#define UART_BAUD_REGH UBRR0H` to `#define UART_BAUD_REGH UBRR3H` from `#define UART_BAUD_REGH UBRR0H` to `#define UART_BAUD_REGH UBRR3H`</br>
and and</br>
from `#define UART_UCSZ0_BM UCSZ00` to `#define UART_UCSZ0_BM UCSZ30` from `#define UART_UCSZ0_BM UCSZ00` to `#define UART_UCSZ0_BM UCSZ30`

Loading…
Cancel
Save