Skip to content

Commit

Permalink
Fix one type, missed during last commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
andygock committed Feb 25, 2014
1 parent 1dce1fa commit 4c99e0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uart.h
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ extern void uart0_puts_p(const char *s );
* @brief Return number of bytes waiting in the receive buffer
* @return bytes waiting in the receive buffer
*/
extern int uart0_available(void);
extern uint16_t uart0_available(void);

/**
* @brief Flush bytes waiting in receive buffer
Expand Down

0 comments on commit 4c99e0a

Please sign in to comment.