From 62e5d0dc52f609cc8b8739062b5526a1fbb3ea8e Mon Sep 17 00:00:00 2001 From: asterix Date: Mon, 19 May 2008 16:32:25 +0000 Subject: [PATCH] Remove unneeded arch. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@1285 38d2e660-2303-0410-9eaa-f027e97ec537 --- bertos/cfg/arch_config.h | 2 -- 1 file changed, 2 deletions(-) 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 */ -- 2.34.1