Rename cfg/config.h to appconfig.h.
[bertos.git] / cfg / debug.h
index d8406bb05a6c2ff993ce48a822c02b9103065c2b..26dbdf0acd80517ac8951bd9e1c6e430fab76e93 100755 (executable)
@@ -17,6 +17,9 @@
 
 /*#*
  *#* $Log$
+ *#* Revision 1.3  2005/06/27 21:23:55  bernie
+ *#* Rename cfg/config.h to appconfig.h.
+ *#*
  *#* Revision 1.2  2005/04/11 19:10:27  bernie
  *#* Include top-level headers from cfg/ subdir.
  *#*
                #define ASSERT_VALID_PTR_OR_NULL(p)  ASSERT((((p) == NULL) || ((unsigned long)(p) >= 0x200)))
        #else /* !OS_HOSTED */
 
-               #include <cfg/config.h>  /* CONFIG_KDEBUG_ASSERT_NO_TEXT */
+               #include <appconfig.h>  /* CONFIG_KDEBUG_ASSERT_NO_TEXT */
                #include <cfg/cpu.h>  /* CPU_HARVARD */
 
                /* These are implemented in drv/kdebug.c */