X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=cfg%2Farch_config.h;h=53da57c30e70195a02d393b1974d545f1e51f2dc;hb=4309f8e147e1a4741beb0a0b1933e63218bd89ca;hp=ef30213386ab1ed8d84cdabd5bea7453e33ba797;hpb=6bf26ad78b32851d9dd56fbf68356bcbdded590e;p=bertos.git diff --git a/cfg/arch_config.h b/cfg/arch_config.h index ef302133..53da57c3 100755 --- a/cfg/arch_config.h +++ b/cfg/arch_config.h @@ -1,9 +1,9 @@ -/*! +/** * \file * * * \version $Id$ @@ -15,6 +15,15 @@ /*#* *#* $Log$ + *#* Revision 1.4 2006/07/19 12:56:25 bernie + *#* Convert to new Doxygen style. + *#* + *#* 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. *#* @@ -32,11 +41,10 @@ #ifndef ARCH_CONFIG_H #define ARCH_CONFIG_H -/*! +/** * \name Architectures * \{ */ -#error Add project-specific architectures #define ARCH_FOO (1<<0) #define ARCH_BAR (1<<1) #define ARCH_EMUL (1<<8)