Skip to content

Commit

Permalink
doc: (comments)
Browse files Browse the repository at this point in the history
  • Loading branch information
but0n committed Apr 30, 2017
1 parent 24e2999 commit 192881f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/include/uart.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

void uart_init(unsigned int pclk2, unsigned int bound);
void uart_sendData(unsigned char data);
void uart_showData(short k); //THIS FUNCTION IS NOT SO GOOD, EG: uart_showData(1000)
void uart_showData(short k);
unsigned char uart_Float2Char(float value);
void uart_sendStr(char * cmd);
void USART1_IRQHandler(void);
Expand Down

0 comments on commit 192881f

Please sign in to comment.