This commit is contained in:
Joshua Harlan Lifton
2013-09-13 22:34:09 -07:00
committed by Piotr Esden-Tempski
parent b59c0a9e05
commit eeb900d800
3 changed files with 3 additions and 3 deletions

View File

@@ -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);
}