Trim empty lines

This commit is contained in:
gudnimg 2024-11-24 09:25:11 +00:00 committed by 3d-gussner
parent 4a0973941f
commit 6b01929382
1 changed files with 0 additions and 2 deletions

View File

@ -10,10 +10,8 @@
#define uart2_txready (UCSR2A & (1 << UDRE2)) #define uart2_txready (UCSR2A & (1 << UDRE2))
uint8_t uart2_ibuf[20] = {0, 0}; uint8_t uart2_ibuf[20] = {0, 0};
FILE _uart2io = {0}; FILE _uart2io = {0};
static int uart2_putchar(char c, _UNUSED FILE *stream) static int uart2_putchar(char c, _UNUSED FILE *stream)
{ {
while (!uart2_txready); while (!uart2_txready);