diff --git a/modules/hal_nordic/nrfx/nrfx_glue.c b/modules/hal_nordic/nrfx/nrfx_glue.c index f5665f95c72..88112022d08 100644 --- a/modules/hal_nordic/nrfx/nrfx_glue.c +++ b/modules/hal_nordic/nrfx/nrfx_glue.c @@ -10,7 +10,7 @@ void nrfx_isr(const void *irq_handler) { - ((nrfx_irq_handler_t)irq_handler)(); + ((nrfx_irq_handler_t)irq_handler)(NULL); } void nrfx_busy_wait(uint32_t usec_to_wait)