From: bernie Date: Fri, 24 Feb 2006 00:27:56 +0000 (+0000) Subject: Remove #error to allow compiling local demo. X-Git-Tag: 1.0.0~688 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=f9db797d48e00efb935340b8f3b0219845bb9b0f;p=bertos.git Remove #error to allow compiling local demo. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@553 38d2e660-2303-0410-9eaa-f027e97ec537 --- diff --git a/cfg/arch_config.h b/cfg/arch_config.h index 71bf6b01..c1307135 100755 --- a/cfg/arch_config.h +++ b/cfg/arch_config.h @@ -15,6 +15,9 @@ /*#* *#* $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. *#* @@ -39,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)