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>
* mongoosev/vectorisrs/vectorisrs.c: Convert C++ style comments to C

View File

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