fix compiler warnings. patch from Jesper Karlsson.

This commit is contained in:
nvt-se 2009-04-08 14:56:00 +00:00
parent 2eaec8d38a
commit 172ffb74c7
4 changed files with 19 additions and 14 deletions

View file

@ -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