/*#*
*#* $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.
*#*
#include "formatwr.h"
#include <mware/pgm.h>
#include <mware/hex.h>
-#include <cfg/config.h> /* CONFIG_ macros */
#include <cfg/debug.h> /* ASSERT */
+#include <appconfig.h> /* CONFIG_ macros */
#ifndef CONFIG_PRINTF_N_FORMATTER
/*! Disable the arcane %n formatter. */
/*#*
*#* $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.
*#*
#define MWARE_FORMATWR_H
#include <stdarg.h> /* va_list */
-#include <cfg/config.h>
+#include <appconfig.h>
#include <cfg/cpu.h> /* CPU_HARVARD */
/*!
va_list ap);
#if CPU_HARVARD
- #include "pgm.h"
+ #include <mware/pgm.h>
int _formatted_write_P(
const char * PROGMEM format,
void put_char_func(char c, void *user_data),