forked from Imagelibrary/rtems
2008-05-07 Joel Sherrill <joel.sherrill@OARcorp.com>
PR 649/bsps * clock/ckinit.c, console/console.c: Add missing structure element.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2008-05-07 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
PR 649/bsps
|
||||
* clock/ckinit.c, console/console.c: Add missing structure element.
|
||||
|
||||
2008-03-03 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* startup/linkcmds: Add wildcard to gcc_except_table section so
|
||||
|
||||
@@ -73,6 +73,7 @@ int ClockIsOn(const rtems_irq_connect_data* unused)
|
||||
|
||||
static rtems_irq_connect_data clockIrqData = {BSP_PERIODIC_TIMER,
|
||||
Clock_isr,
|
||||
0,
|
||||
ClockOn,
|
||||
ClockOff,
|
||||
ClockIsOn};
|
||||
|
||||
@@ -70,6 +70,7 @@ static int isr_is_on(const rtems_irq_connect_data *);
|
||||
static rtems_irq_connect_data console_isr_data =
|
||||
{ BSP_UART_COM2_IRQ,
|
||||
BSP_uart_termios_isr_com2,
|
||||
0,
|
||||
isr_on,
|
||||
isr_off,
|
||||
isr_is_on};
|
||||
|
||||
Reference in New Issue
Block a user