We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 414996f commit 4ffe389Copy full SHA for 4ffe389
arch/arm/core/cortex_m/isr_wrapper.c
@@ -68,7 +68,7 @@ void _isr_wrapper(void)
68
#if defined(CONFIG_ARM_CUSTOM_INTERRUPT_CONTROLLER)
69
int32_t irq_number = z_soc_irq_get_active();
70
#else
71
- /* _sw_isr_table does not map the expections, only the interrupts. */
+ /* _sw_isr_table does not map the exceptions, only the interrupts. */
72
int32_t irq_number = __get_IPSR();
73
#endif
74
irq_number -= 16;
0 commit comments