X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=tos%2Flib%2Fprintf%2Fprintf.h;h=0f2f051746d70b088a4ebb843e911dd13d871f23;hb=f7425987e3f2cf3cb889dc251cbc0db817f6da62;hp=c70a791f7d7f1a91a64a80dd665d2f52c89f30cd;hpb=2d74d98ec380d6cf237814287406c993977a60e3;p=tinyos-2.x.git diff --git a/tos/lib/printf/printf.h b/tos/lib/printf/printf.h index c70a791f..0f2f0517 100644 --- a/tos/lib/printf/printf.h +++ b/tos/lib/printf/printf.h @@ -44,12 +44,16 @@ #ifdef _H_msp430hardware_h #include -#endif +#else #ifdef _H_atmega128hardware_H #include "avr_stdio.h" -#endif +#else #ifdef __M16C62PHARDWARE_H__ -#include "m16c62p_printf.h" + #include "m16c62p_printf.h" +#else + #include "generic_printf.h" +#endif +#endif #endif #include "message.h" int printfflush();