Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
qmk-bot committed Feb 6, 2021
2 parents 5f2b7bd + 9b874d5 commit a1ddba6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tmk_core/protocol/serial_uart.c
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@ POSSIBILITY OF SUCH DAMAGE.

#ifndef SERIAL_UART_INIT_CUSTOM
# define SERIAL_UART_INIT_CUSTOM \
/* enable TX */ \
UCSR1B = _BV(TXEN1); \
/* 8-bit data */ \
UCSR1C = _BV(UCSZ11) | _BV(UCSZ10);
/* enable TX */ \
UCSR1B = _BV(TXEN1); \
/* 8-bit data */ \
UCSR1C = _BV(UCSZ11) | _BV(UCSZ10);
#endif

#if defined(SERIAL_UART_RTS_LO) && defined(SERIAL_UART_RTS_HI)
Expand Down

0 comments on commit a1ddba6

Please sign in to comment.