From: bernie Date: Mon, 27 Jun 2005 21:23:55 +0000 (+0000) Subject: Rename cfg/config.h to appconfig.h. X-Git-Tag: 1.0.0~827 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=2ee09ed277f39d19bb1bd814de808432bbfa4ac9;p=bertos.git Rename cfg/config.h to appconfig.h. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@414 38d2e660-2303-0410-9eaa-f027e97ec537 --- diff --git a/cfg/debug.h b/cfg/debug.h index d8406bb0..26dbdf0a 100755 --- a/cfg/debug.h +++ b/cfg/debug.h @@ -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. *#* @@ -188,7 +191,7 @@ #define ASSERT_VALID_PTR_OR_NULL(p) ASSERT((((p) == NULL) || ((unsigned long)(p) >= 0x200))) #else /* !OS_HOSTED */ - #include /* CONFIG_KDEBUG_ASSERT_NO_TEXT */ + #include /* CONFIG_KDEBUG_ASSERT_NO_TEXT */ #include /* CPU_HARVARD */ /* These are implemented in drv/kdebug.c */