add buffered rx uart
This commit is contained in:
committed by
Jannis (jix) Harder
parent
2bdc53bd21
commit
6c702b9a68
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user