X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fcfg%2Farch_config.h;h=44717dba0b30d0320475ae5bab34f5ed2c554f64;hb=c579caa5998bcdf6c7620b9547da68caec9e658a;hp=6a5975545cd824e92d18f53dda4d2f4006c95629;hpb=85e8487d39977f1cfc12df3ced5661aadac38b02;p=bertos.git diff --git a/bertos/cfg/arch_config.h b/bertos/cfg/arch_config.h index 6a597554..44717dba 100644 --- a/bertos/cfg/arch_config.h +++ b/bertos/cfg/arch_config.h @@ -43,6 +43,8 @@ #ifndef ARCH_CONFIG_H #define ARCH_CONFIG_H +#include + /** * \name Architectures * \{ @@ -50,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 */