mirror of
https://github.com/apache/nuttx.git
synced 2026-08-16 01:43:15 +00:00
Attach the software interrupt handler when interrupts are intialized.
This commit is contained in:
parent
50efe4a906
commit
8fe916e133
1 changed files with 4 additions and 0 deletions
|
|
@ -69,6 +69,10 @@ void lm32_irq_initialize(void)
|
|||
|
||||
g_current_regs = NULL;
|
||||
|
||||
/* Attach the software interrupt */
|
||||
|
||||
(void)irq_attach(MISOC_IRQ_SWINT, lm32_swint);
|
||||
|
||||
/* Enable interrupts */
|
||||
|
||||
irq_setie(1);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue