Skip to content

Commit 03c931c

Browse files
committed
style: Inconsistent macro name changed
Fix incorrect header file pre-macro name in 'include/zephyr/devicetree.h'. Signed-off-by: James Roy <[email protected]>
1 parent 2f23313 commit 03c931c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

include/zephyr/devicetree.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
* API for accessing the current application's devicetree macros.
1414
*/
1515

16-
#ifndef DEVICETREE_H
17-
#define DEVICETREE_H
16+
#ifndef ZEPHYR_INCLUDE_DEVICETREE_H_
17+
#define ZEPHYR_INCLUDE_DEVICETREE_H_
1818

1919
#include <zephyr/devicetree_generated.h>
2020
#include <zephyr/irq_multilevel.h>
@@ -5161,4 +5161,4 @@
51615161
#include <zephyr/devicetree/reset.h>
51625162
#include <zephyr/devicetree/mbox.h>
51635163

5164-
#endif /* DEVICETREE_H */
5164+
#endif /* ZEPHYR_INCLUDE_DEVICETREE_H_ */

0 commit comments

Comments
 (0)