From: asterix Date: Mon, 26 May 2008 16:01:08 +0000 (+0000) Subject: Rename arch conf to cfg_arch. X-Git-Tag: 2.0.0~559 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=9fce8b6d9e3e6996e303bf042c5550e7da488f38;p=bertos.git Rename arch conf to cfg_arch. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@1375 38d2e660-2303-0410-9eaa-f027e97ec537 --- diff --git a/bertos/cfg/arch_config.h b/bertos/cfg/arch_config.h deleted file mode 100644 index 2dd3fb62..00000000 --- a/bertos/cfg/arch_config.h +++ /dev/null @@ -1,57 +0,0 @@ -/** - * \file - * - * - * \brief Set system configuration - * - * \version $Id$ - * - * \author Bernardo Innocenti - * - */ - - -#ifndef CFG_ARCH_CONFIG_H -#define CFG_ARCH_CONFIG_H - -#include - -/** - * \name Architectures - * \{ - */ -#define ARCH_FOO BV(0) -#define ARCH_BAR BV(1) -#define ARCH_EMUL BV(2) -/*\}*/ - -#endif /* CFG_ARCH_CONFIG_H */ diff --git a/bertos/cfg/cfg_arch.h b/bertos/cfg/cfg_arch.h new file mode 100644 index 00000000..2dd3fb62 --- /dev/null +++ b/bertos/cfg/cfg_arch.h @@ -0,0 +1,57 @@ +/** + * \file + * + * + * \brief Set system configuration + * + * \version $Id$ + * + * \author Bernardo Innocenti + * + */ + + +#ifndef CFG_ARCH_CONFIG_H +#define CFG_ARCH_CONFIG_H + +#include + +/** + * \name Architectures + * \{ + */ +#define ARCH_FOO BV(0) +#define ARCH_BAR BV(1) +#define ARCH_EMUL BV(2) +/*\}*/ + +#endif /* CFG_ARCH_CONFIG_H */