fix compiler warnings. patch from Jesper Karlsson.
This commit is contained in:
parent
2eaec8d38a
commit
172ffb74c7
4 changed files with 19 additions and 14 deletions
|
@ -87,7 +87,7 @@ extern volatile unsigned char uart_lockcnt;
|
|||
#define UART_WAIT_LOCK(x) ( (uart_mode != x ) && (uart_lockcnt) )
|
||||
#define UART_MODE_IS(x) ( uart_mode == x )
|
||||
|
||||
typedef unsigned int(*fp_uart_handler)(unsigned char);
|
||||
typedef int(*fp_uart_handler)(unsigned char);
|
||||
|
||||
/**
|
||||
* \brief Initialize the UART module
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue