Skip to content

Commit

Permalink
Manual formatting fix for serial_uart.c (qmk#11806)
Browse files Browse the repository at this point in the history
  • Loading branch information
fauxpark authored Feb 6, 2021
1 parent 0e8cef2 commit 9b874d5
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 9b874d5

Please sign in to comment.