X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=mware%2Fformatwr.h;h=3be5896fe0814a7b0a877c22cabdd1ee9d3d6f13;hb=b3a25d5dc805f7f92262a2156d82b0cf5a9e5492;hp=82718f171c1629a3be578fcb8245468d636e9313;hpb=32841198fc4373115f71761a05088d10f0826223;p=bertos.git diff --git a/mware/formatwr.h b/mware/formatwr.h index 82718f17..3be5896f 100755 --- a/mware/formatwr.h +++ b/mware/formatwr.h @@ -12,6 +12,9 @@ /*#* *#* $Log$ + *#* 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. *#* @@ -62,6 +65,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),