Skip to content

Commit 3fded4e

Browse files
modules: hal_nordic: Align nrfx_irq_handler type
Align to changes in nrfx Signed-off-by: Adam Kondraciuk <[email protected]>
1 parent 284a3ad commit 3fded4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/hal_nordic/nrfx/nrfx_glue.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
void nrfx_isr(const void *irq_handler)
1212
{
13-
((nrfx_irq_handler_t)irq_handler)();
13+
((nrfx_irq_handler_t)irq_handler)(NULL);
1414
}
1515

1616
void nrfx_busy_wait(uint32_t usec_to_wait)

0 commit comments

Comments
 (0)