2006-09-14 Joel Sherrill <joel@OARcorp.com>

* mongoosev/duart/mg5uart.c: Removed warnings.
This commit is contained in:
Joel Sherrill
2006-09-14 16:20:55 +00:00
parent c69885a5d7
commit 2e4524e5a6
2 changed files with 9 additions and 5 deletions

View File

@@ -1,3 +1,7 @@
2006-09-14 Joel Sherrill <joel@OARcorp.com>
* mongoosev/duart/mg5uart.c: Removed warnings.
2006-09-11 Joel Sherrill <joel@OARcorp.com> 2006-09-11 Joel Sherrill <joel@OARcorp.com>
* mongoosev/vectorisrs/vectorisrs.c: Convert C++ style comments to C * mongoosev/vectorisrs/vectorisrs.c: Convert C++ style comments to C

View File

@@ -59,9 +59,9 @@ typedef struct _mg5uart_context
*/ */
MG5UART_STATIC int mg5uart_baud_rate( MG5UART_STATIC int mg5uart_baud_rate(
int minor, int minor,
int baud, uint32_t baud,
unsigned int *code uint32_t *code
); );
MG5UART_STATIC void mg5uart_enable_interrupts( MG5UART_STATIC void mg5uart_enable_interrupts(
@@ -750,8 +750,8 @@ MG5UART_STATIC int mg5uart_inbyte_nonblocking_polled(
MG5UART_STATIC int mg5uart_baud_rate( MG5UART_STATIC int mg5uart_baud_rate(
int minor, int minor,
int baud, uint32_t baud,
unsigned int *code uint32_t *code
) )
{ {
uint32_t clock; uint32_t clock;