add buffered rx uart

This commit is contained in:
optixx
2009-09-20 13:03:03 +02:00
committed by Jannis (jix) Harder
parent 2bdc53bd21
commit 6c702b9a68
5 changed files with 94 additions and 5 deletions

View File

@@ -52,7 +52,7 @@ void uart_init(void)
}
/*
ISR(USART0_RX_vect)
{
uint8_t c;
@@ -62,7 +62,7 @@ ISR(USART0_RX_vect)
intflags.rx_int = 1;
}
}
*/
void uart_putc(uint8_t c)
{