mirror of
https://github.com/apache/nuttx.git
synced 2026-06-07 01:05:54 +08:00
SAM3/4 Interrupt initialization. Default interrupt priority not being set correctly
This commit is contained in:
@@ -372,7 +372,7 @@ void up_irqinitialize(void)
|
||||
i > 0;
|
||||
i--, regaddr += 4)
|
||||
{
|
||||
putreg32(0, regaddr);
|
||||
putreg32(DEFPRIORITY32, regaddr);
|
||||
}
|
||||
|
||||
/* currents_regs is non-NULL only while processing an interrupt */
|
||||
|
||||
Reference in New Issue
Block a user