From: asterix Date: Mon, 26 May 2008 09:15:56 +0000 (+0000) Subject: Fix headerguard. X-Git-Tag: 2.0.0~583 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=c6d248137a63621001392a2261e16e939f2ab119;p=bertos.git Fix headerguard. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@1351 38d2e660-2303-0410-9eaa-f027e97ec537 --- diff --git a/bertos/cfg/arch_config.h b/bertos/cfg/arch_config.h index 44717dba..2dd3fb62 100644 --- a/bertos/cfg/arch_config.h +++ b/bertos/cfg/arch_config.h @@ -40,8 +40,8 @@ */ -#ifndef ARCH_CONFIG_H -#define ARCH_CONFIG_H +#ifndef CFG_ARCH_CONFIG_H +#define CFG_ARCH_CONFIG_H #include @@ -54,4 +54,4 @@ #define ARCH_EMUL BV(2) /*\}*/ -#endif /* ARCH_CONFIG_H */ +#endif /* CFG_ARCH_CONFIG_H */