forked from Imagelibrary/rtems
2008-09-22 Joel Sherrill <joel.sherrill@oarcorp.com>
* libchip/serial/ns16550.c: Fix typo.
This commit is contained in:
@@ -2,6 +2,10 @@
|
||||
|
||||
* libchip/serial/ns16550.c: Fix typo.
|
||||
|
||||
2008-09-22 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* libchip/serial/ns16550.c: Fix typo.
|
||||
|
||||
2008-09-22 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* libchip/serial/ns16550.c: Add not supported on arm even though it is
|
||||
|
||||
@@ -595,7 +595,7 @@ NS16550_STATIC void ns16550_initialize_interrupts( int minor)
|
||||
rtems_irq_connect_data cd = {
|
||||
c->ulIntVector,
|
||||
ns16550_isr,
|
||||
(void *) minor
|
||||
(void *) minor,
|
||||
NULL,
|
||||
NULL,
|
||||
NULL,
|
||||
|
||||
Reference in New Issue
Block a user