Modularize hardware access; Port to new timer interface.
[bertos.git] / mware / formatwr.h
index 82718f171c1629a3be578fcb8245468d636e9313..001b86a6e93c313717b37a873a2b8e50946e008d 100755 (executable)
 
 /*#*
  *#* $Log$
+ *#* 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.
+ *#*
  *#* Revision 1.6  2005/01/08 08:50:06  bernie
  *#* Make more portable.
  *#*
@@ -35,8 +41,8 @@
 #define MWARE_FORMATWR_H
 
 #include <stdarg.h> /* va_list */
-#include <config.h>
-#include <cpu.h>    /* CPU_HARVARD */
+#include <cfg/config.h>
+#include <cfg/cpu.h>    /* CPU_HARVARD */
 
 /*!
  * \name _formatted_write() configuration
@@ -62,6 +68,7 @@ _formatted_write(
        va_list ap);
 
 #if CPU_HARVARD
+       #include "pgm.h"
        int _formatted_write_P(
                const char * PROGMEM format,
                void put_char_func(char c, void *user_data),