X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;ds=sidebyside;f=cfg%2Farch_config.h;h=c1307135d62c65b01a9707ad0439f6b9344bd32b;hb=f7759618132fca8a34d8a02dc6d0acf0474e6ca1;hp=ef30213386ab1ed8d84cdabd5bea7453e33ba797;hpb=6bf26ad78b32851d9dd56fbf68356bcbdded590e;p=bertos.git diff --git a/cfg/arch_config.h b/cfg/arch_config.h index ef302133..c1307135 100755 --- a/cfg/arch_config.h +++ b/cfg/arch_config.h @@ -3,7 +3,7 @@ * * * \version $Id$ @@ -15,6 +15,12 @@ /*#* *#* $Log$ + *#* Revision 1.3 2006/02/24 00:27:56 bernie + *#* Remove #error to allow compiling local demo. + *#* + *#* Revision 1.2 2005/11/04 16:20:01 bernie + *#* Fix reference to README.devlib in header. + *#* *#* Revision 1.1 2005/04/11 19:04:13 bernie *#* Move top-level headers to cfg/ subdir. *#* @@ -36,7 +42,6 @@ * \name Architectures * \{ */ -#error Add project-specific architectures #define ARCH_FOO (1<<0) #define ARCH_BAR (1<<1) #define ARCH_EMUL (1<<8)