summaryrefslogtreecommitdiff
path: root/core/cortex-m/config_core.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/cortex-m/config_core.h')
-rw-r--r--core/cortex-m/config_core.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/core/cortex-m/config_core.h b/core/cortex-m/config_core.h
index e72f4e58bb..b7a75db960 100644
--- a/core/cortex-m/config_core.h
+++ b/core/cortex-m/config_core.h
@@ -3,8 +3,8 @@
* found in the LICENSE file.
*/
-#ifndef __CONFIG_CORE_H
-#define __CONFIG_CORE_H
+#ifndef __CROS_EC_CONFIG_CORE_H
+#define __CROS_EC_CONFIG_CORE_H
/* Linker binary architecture and format */
#define BFD_ARCH arm
@@ -12,4 +12,4 @@
#define CONFIG_SOFTWARE_PANIC
-#endif /* __CONFIG_CORE_H */
+#endif /* __CROS_EC_CONFIG_CORE_H */