diff --git a/src/avr/serial.c b/src/avr/serial.c index 0a7a9508..c1882a5d 100644 --- a/src/avr/serial.c +++ b/src/avr/serial.c @@ -63,6 +63,13 @@ ISR(USART0_UDRE_vect) UDR0 = transmit_buf[transmit_pos++]; } +// Enable tx interrupts +static void +enable_tx_irq(void) +{ + UCSR0B |= 1<