From c020793ac02a12dc390df81e90344a9a16056d0e Mon Sep 17 00:00:00 2001 From: bernie Date: Thu, 23 Feb 2006 09:08:43 +0000 Subject: [PATCH] Add note for a frequently reported non-bug. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@543 38d2e660-2303-0410-9eaa-f027e97ec537 --- cfg/cpu.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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. */ -- 2.34.1