X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=cfg%2Farch_config.h;h=f2107f20057cc0091efcf6b6fe6727d54536734b;hb=efbdba7e2814415234ef47bd10ff888559ea90af;hp=71bf6b016c3a99670257a0257b5d052d0189d068;hpb=76c53bfa0136be55cf17e57b1ee098e5dfeefa70;p=bertos.git diff --git a/cfg/arch_config.h b/cfg/arch_config.h old mode 100755 new mode 100644 index 71bf6b01..f2107f20 --- a/cfg/arch_config.h +++ b/cfg/arch_config.h @@ -1,9 +1,34 @@ -/*! +/** * \file * * * \version $Id$ @@ -15,6 +40,12 @@ /*#* *#* $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. *#* @@ -35,11 +66,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)