arch: arm: aarch32: fix documentation in z_irq_spurious definition
Correct documentation note in z_irq_spurious() definition, stressing that the function is installed in _sw_isr_table entries at boot time (which may be or not be used for dynamic interrupts). Signed-off-by: Ioannis Glaropoulos <Ioannis.Glaropoulos@nordicsemi.no>
This commit is contained in:
parent
bd56c2ecf2
commit
a31795c440
1 changed files with 1 additions and 1 deletions
|
@ -146,7 +146,7 @@ void z_arm_irq_priority_set(unsigned int irq, unsigned int prio, u32_t flags)
|
||||||
*
|
*
|
||||||
* @brief Spurious interrupt handler
|
* @brief Spurious interrupt handler
|
||||||
*
|
*
|
||||||
* Installed in all dynamic interrupt slots at boot time. Throws an error if
|
* Installed in all _sw_isr_table slots at boot time. Throws an error if
|
||||||
* called.
|
* called.
|
||||||
*
|
*
|
||||||
* See z_arm_reserved().
|
* See z_arm_reserved().
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue