Skip to content

Commit 96fe9dd

Browse files
ananglmbolivar-nordic
authored andcommitted
[nrf fromtree] ext/nrf/cc310_glue.h: Update Zephyr include path
Add `zephyr/` prefix to `<devicetree.h>`. Signed-off-by: Andrzej Głąbek <[email protected]> (cherry picked from commit 14e45ce)
1 parent bf04817 commit 96fe9dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/nrf/cc310_glue.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
#include <nrf_cc310_bl_init.h>
1111
#include <nrf_cc310_bl_hash_sha256.h>
1212
#include <nrf_cc310_bl_ecdsa_verify_secp256r1.h>
13-
#include <devicetree.h>
13+
#include <zephyr/devicetree.h>
1414
#include <string.h>
1515

1616
/*

0 commit comments

Comments
 (0)