Fix typo
This commit is contained in:
committed by
Piotr Esden-Tempski
parent
b59c0a9e05
commit
eeb900d800
@@ -94,6 +94,6 @@ void uart1_isr(void)
|
||||
{
|
||||
uint8_t rx;
|
||||
rx = uart_recv(UART1);
|
||||
glue_data_recieved_cb(&rx, 1);
|
||||
glue_data_received_cb(&rx, 1);
|
||||
uart_clear_interrupt_flag(UART1, UART_INT_RX);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user