X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=cpu.h;h=33106f30c8c340179a91802792d793a2fc85c4ed;hb=43268c92c3e0cd4fe8997aabcfc908715f258631;hp=4d3a5efb9d0f84358b6fd319a101d15e70b2469d;hpb=fde50a18a7aa9d24f121882346f00585df589deb;p=bertos.git diff --git a/cpu.h b/cpu.h index 4d3a5efb..33106f30 100755 --- a/cpu.h +++ b/cpu.h @@ -17,6 +17,9 @@ /*#* *#* $Log$ + *#* Revision 1.24 2004/12/08 08:04:13 bernie + *#* Doxygen fixes. + *#* *#* Revision 1.23 2004/11/16 22:41:58 bernie *#* Support 64bit CPUs. *#* @@ -293,11 +296,7 @@ /*! - * \name Default type sizes - * - * \def SIZEOF_CHAR SIZEOF_SHORT SIZEOF_INT SIZEOF_LONG SIZEOF_PTR - * \def CPU_BITS_PER_CHAR CPU_BITS_PER_SHORT CPU_BITS_PER_INT - * \def CPU_BITS_PER_LONG CPU_BITS_PER_PTR + * \name Default type sizes. * * These defaults are reasonable for most 16/32bit machines. * Some of these macros may be overridden by CPU-specific code above.