Skip to content

Commit

Permalink
Merge pull request #3 from tainfante/master
Browse files Browse the repository at this point in the history
updated sending data again
  • Loading branch information
opetany93 authored Jan 21, 2018
2 parents 8a42500 + 3a75f8e commit 300c314
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 300c314

Please sign in to comment.