aboutsummaryrefslogtreecommitdiff
path: root/nuttx/arch/z80/src/common/up_arch.h
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/arch/z80/src/common/up_arch.h')
-rw-r--r--nuttx/arch/z80/src/common/up_arch.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/nuttx/arch/z80/src/common/up_arch.h b/nuttx/arch/z80/src/common/up_arch.h
index 99087bb08..43c750e4e 100644
--- a/nuttx/arch/z80/src/common/up_arch.h
+++ b/nuttx/arch/z80/src/common/up_arch.h
@@ -33,8 +33,8 @@
*
************************************************************************************/
-#ifndef __UP_ARCH_H
-#define __UP_ARCH_H
+#ifndef __ARCH_Z80_SRC_COMMON_UP_ARCH_H
+#define __ARCH_Z80_SRC_COMMON_UP_ARCH_H
/************************************************************************************
* Included Files
@@ -49,4 +49,4 @@
* Definitions
************************************************************************************/
-#endif /* __UP_ARCH_H */
+#endif /* __ARCH_Z80_SRC_COMMON_UP_ARCH_H */