diff --git a/hal_st/cortex/InterruptCortex.cpp b/hal_st/cortex/InterruptCortex.cpp index c0d1815d..7694a5ed 100644 --- a/hal_st/cortex/InterruptCortex.cpp +++ b/hal_st/cortex/InterruptCortex.cpp @@ -36,6 +36,8 @@ namespace hal } else if (irq == -13 /*HardFault_IRQn*/) ; + else if (irq == NonMaskableInt_IRQn) + ; else if (irq == PendSV_IRQn) ; else if (irq == SysTick_IRQn)