Skip to content

Commit

Permalink
updated sending data again
Browse files Browse the repository at this point in the history
  • Loading branch information
tainfante committed Jan 21, 2018
1 parent 55eed5e commit 3a75f8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/uart.c
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ static void sendByte(char byte)
IOWR_ALT_UP_RS232_DATA(UART_0_BASE, byte);
}

uint16_t ReceiveData(USART_TypeDef* USARTx){
uint16_t ReceiveData(void){

IORD_ALT_UP_RS232_DATA(UART_0_BASE);
}
Expand Down

0 comments on commit 3a75f8e

Please sign in to comment.