Skip to content

Commit 9e5d408

Browse files
rruuaanngnashif
authored andcommitted
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 c32210b commit 9e5d408

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>
@@ -5157,4 +5157,4 @@
51575157
#include <zephyr/devicetree/reset.h>
51585158
#include <zephyr/devicetree/mbox.h>
51595159

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

0 commit comments

Comments
 (0)