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 284a3ad commit 3fded4eCopy full SHA for 3fded4e
modules/hal_nordic/nrfx/nrfx_glue.c
@@ -10,7 +10,7 @@
10
11
void nrfx_isr(const void *irq_handler)
12
{
13
- ((nrfx_irq_handler_t)irq_handler)();
+ ((nrfx_irq_handler_t)irq_handler)(NULL);
14
}
15
16
void nrfx_busy_wait(uint32_t usec_to_wait)
0 commit comments