X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fcfg%2Farch_config.h;h=2dd3fb62e0277fec524ce1ae6589a9676b253c51;hb=32f1305bcddad74e6b2e3255d99a177204065664;hp=459bbabfd39ffc6c8e2c81f38cadd78fc71c6e53;hpb=22a7ceee1c5d8154190c362b236cf81855ba5dd5;p=bertos.git diff --git a/bertos/cfg/arch_config.h b/bertos/cfg/arch_config.h index 459bbabf..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 @@ -52,8 +52,6 @@ #define ARCH_FOO BV(0) #define ARCH_BAR BV(1) #define ARCH_EMUL BV(2) -#define ARCH_PIZZA BV(3) -#define ARCH_PROTO BV(4) /*\}*/ -#endif /* ARCH_CONFIG_H */ +#endif /* CFG_ARCH_CONFIG_H */