Use appconfig.h instead of cfg/config.h.
[bertos.git] / mware / formatwr.c
index 54d0640847d7da4a07fa9e4c5cb60ee452888198..04a50dc8666d587d0cc06d3188c14e8e1f137764 100755 (executable)
 
 /*#*
  *#* $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.
+ *#*
  *#* Revision 1.14  2005/03/01 23:26:22  bernie
  *#* Use shared hextab.
  *#*
@@ -78,8 +84,8 @@
 #include "formatwr.h"
 #include <mware/pgm.h>
 #include <mware/hex.h>
-#include <config.h> /* CONFIG_ macros */
-#include <debug.h> /* ASSERT */
+#include <cfg/debug.h> /* ASSERT */
+#include <appconfig.h> /* CONFIG_ macros */
 
 #ifndef CONFIG_PRINTF_N_FORMATTER
        /*! Disable the arcane %n formatter. */