From: bernie Date: Thu, 23 Feb 2006 09:08:43 +0000 (+0000) Subject: Add note for a frequently reported non-bug. X-Git-Tag: 1.0.0~698 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=c020793ac02a12dc390df81e90344a9a16056d0e;p=bertos.git Add note for a frequently reported non-bug. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@543 38d2e660-2303-0410-9eaa-f027e97ec537 --- diff --git a/cfg/cpu.h b/cfg/cpu.h index 2962d884..75ea0863 100755 --- a/cfg/cpu.h +++ b/cfg/cpu.h @@ -17,6 +17,9 @@ /*#* *#* $Log$ + *#* Revision 1.9 2006/02/23 09:08:43 bernie + *#* Add note for a frequently reported non-bug. + *#* *#* Revision 1.8 2006/02/10 12:37:45 bernie *#* Add support for ARM on IAR. *#* @@ -70,7 +73,7 @@ * \{ */ #define CPU_BIG_ENDIAN 0x1234 -#define CPU_LITTLE_ENDIAN 0x3412 +#define CPU_LITTLE_ENDIAN 0x3412 /* Look twice, pal. This is not a bug. */ /*\}*/ /*! Macro to include cpu-specific versions of the headers. */