From b789df33d4351094e16168425c7f2c20f26965fc Mon Sep 17 00:00:00 2001 From: bernie Date: Tue, 19 Jul 2005 07:25:46 +0000 Subject: [PATCH] Use appconfig.h instead of cfg/config.h. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@425 38d2e660-2303-0410-9eaa-f027e97ec537 --- mware/formatwr.c | 5 ++++- mware/formatwr.h | 7 +++++-- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/mware/formatwr.c b/mware/formatwr.c index 1e4ae0c9..04a50dc8 100755 --- a/mware/formatwr.c +++ b/mware/formatwr.c @@ -53,6 +53,9 @@ /*#* *#* $Log$ + *#* Revision 1.16 2005/07/19 07:25:46 bernie + *#* Use appconfig.h instead of cfg/config.h. + *#* *#* Revision 1.15 2005/04/11 19:10:28 bernie *#* Include top-level headers from cfg/ subdir. *#* @@ -81,8 +84,8 @@ #include "formatwr.h" #include #include -#include /* CONFIG_ macros */ #include /* ASSERT */ +#include /* CONFIG_ macros */ #ifndef CONFIG_PRINTF_N_FORMATTER /*! Disable the arcane %n formatter. */ diff --git a/mware/formatwr.h b/mware/formatwr.h index 001b86a6..676b8802 100755 --- a/mware/formatwr.h +++ b/mware/formatwr.h @@ -12,6 +12,9 @@ /*#* *#* $Log$ + *#* Revision 1.9 2005/07/19 07:25:46 bernie + *#* Use appconfig.h instead of cfg/config.h. + *#* *#* Revision 1.8 2005/04/11 19:10:28 bernie *#* Include top-level headers from cfg/ subdir. *#* @@ -41,7 +44,7 @@ #define MWARE_FORMATWR_H #include /* va_list */ -#include +#include #include /* CPU_HARVARD */ /*! @@ -68,7 +71,7 @@ _formatted_write( va_list ap); #if CPU_HARVARD - #include "pgm.h" + #include int _formatted_write_P( const char * PROGMEM format, void put_char_func(char c, void *user_data), -- 2.25.1