Skip to content

Commit b6e6554

Browse files
committed
boards: align to relocation of nrfx_coredep
It is in lib, not in soc. Signed-off-by: Marcin Szymczyk <[email protected]>
1 parent 787054c commit b6e6554

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

soc/nordic/nrf71/soc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
#endif
3232

3333
#include <nrfx.h>
34-
#include <soc/nrfx_coredep.h>
34+
#include <lib/nrfx_coredep.h>
3535

3636
LOG_MODULE_REGISTER(soc, CONFIG_SOC_LOG_LEVEL);
3737

0 commit comments

Comments
 (0)