From: asterix Date: Mon, 19 May 2008 16:32:25 +0000 (+0000) Subject: Remove unneeded arch. X-Git-Tag: 2.0.0~649 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=62e5d0dc52f609cc8b8739062b5526a1fbb3ea8e;p=bertos.git Remove unneeded arch. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@1285 38d2e660-2303-0410-9eaa-f027e97ec537 --- diff --git a/bertos/cfg/arch_config.h b/bertos/cfg/arch_config.h index 459bbabf..44717dba 100644 --- a/bertos/cfg/arch_config.h +++ b/bertos/cfg/arch_config.h @@ -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 */