]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/lib/printf/printf.h
Oops, checked in wrong version of a file for last commit. Should be fixed now...
[tinyos-2.x.git] / tos / lib / printf / printf.h
index 605162c91dc62ebd26a29a8fa1b78a5ae4a407e3..48dc1abc2d491050ff6e4761afb45f4f700da0fd 100644 (file)
   #define PrintfQueue  Queue
 #endif
 
-#ifdef _H_msp430hardware_h
-  #include <stdio.h>
-#endif
 #ifdef _H_atmega128hardware_H
   #include "avr_stdio.h"
+#else
+#ifdef __M16C62PHARDWARE_H__ 
+  #include "m16c62p_printf.h"
+#else
+  #include <stdio.h>
+#endif
+#endif
+#ifdef PXA27X_HARDWARE_H
+  #undef putchar
 #endif
 #include "message.h"
 int printfflush();