Skip to content

Commit 2bf3833

Browse files
committed
modules: hal_nordic: align to new location of nrfx_coredep
It is now in lib, not soc. Signed-off-by: Marcin Szymczyk <[email protected]>
1 parent e92287d commit 2bf3833

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
@@ -6,7 +6,7 @@
66

77
#include <nrfx.h>
88
#include <zephyr/kernel.h>
9-
#include <soc/nrfx_coredep.h>
9+
#include <lib/nrfx_coredep.h>
1010

1111
void nrfx_isr(const void *irq_handler)
1212
{

0 commit comments

Comments
 (0)