Skip to content

Commit

Permalink
[nrf fromtree] ext/nrf/cc310_glue.h: Update Zephyr include path
Browse files Browse the repository at this point in the history
Add `zephyr/` prefix to `<devicetree.h>`.

Signed-off-by: Andrzej Głąbek <[email protected]>
(cherry picked from commit 14e45ce)
  • Loading branch information
anangl authored and mbolivar-nordic committed Nov 29, 2022
1 parent bf04817 commit 96fe9dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/nrf/cc310_glue.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#include <nrf_cc310_bl_init.h>
#include <nrf_cc310_bl_hash_sha256.h>
#include <nrf_cc310_bl_ecdsa_verify_secp256r1.h>
#include <devicetree.h>
#include <zephyr/devicetree.h>
#include <string.h>

/*
Expand Down

0 comments on commit 96fe9dd

Please sign in to comment.