Add note for a frequently reported non-bug.
authorbernie <bernie@38d2e660-2303-0410-9eaa-f027e97ec537>
Thu, 23 Feb 2006 09:08:43 +0000 (09:08 +0000)
committerbernie <bernie@38d2e660-2303-0410-9eaa-f027e97ec537>
Thu, 23 Feb 2006 09:08:43 +0000 (09:08 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@543 38d2e660-2303-0410-9eaa-f027e97ec537

cfg/cpu.h

index 2962d88412088455c8b72dcfffa08cb76b051922..75ea08630a6c38a6185cf2e1c968c880e2d0410a 100755 (executable)
--- 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. */