Doxygen workaround.
[bertos.git] / mware / formatwr.h
index 3be5896fe0814a7b0a877c22cabdd1ee9d3d6f13..676b8802e7180644877db991a0aed7888f4ac390 100755 (executable)
 
 /*#*
  *#* $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.
+ *#*
  *#* Revision 1.7  2005/02/16 20:28:03  bernie
  *#* Add %S formatter.
  *#*
@@ -38,8 +44,8 @@
 #define MWARE_FORMATWR_H
 
 #include <stdarg.h> /* va_list */
-#include <config.h>
-#include <cpu.h>    /* CPU_HARVARD */
+#include <appconfig.h>
+#include <cfg/cpu.h>    /* CPU_HARVARD */
 
 /*!
  * \name _formatted_write() configuration
@@ -65,7 +71,7 @@ _formatted_write(
        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),