mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 15:15:44 +00:00
2011-01-30 Ralf Corsépius <ralf.corsepius@rtems.org>
* mongoosev/duart/mg5uart.c: Fix type mismatch.
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2011-01-30 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
|
* mongoosev/duart/mg5uart.c: Fix type mismatch.
|
||||||
|
|
||||||
2010-05-28 Ralf Corsépius <ralf.corsepius@rtems.org>
|
2010-05-28 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
* au1x00/include/au1x00.h: Add prototypes for
|
* au1x00/include/au1x00.h: Add prototypes for
|
||||||
|
|||||||
@@ -633,7 +633,7 @@ MG5UART_STATIC void mg5uart_initialize_interrupts(int minor)
|
|||||||
MG5UART_STATIC int mg5uart_write_support_int(
|
MG5UART_STATIC int mg5uart_write_support_int(
|
||||||
int minor,
|
int minor,
|
||||||
const char *buf,
|
const char *buf,
|
||||||
int len
|
size_t len
|
||||||
)
|
)
|
||||||
{
|
{
|
||||||
uint32_t Irql;
|
uint32_t Irql;
|
||||||
|
|||||||
Reference in New Issue
Block a user