]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/lib/printf/PrintfP.nc
Changed the default to be that all platforms #include stdio.h unless specifically...
[tinyos-2.x.git] / tos / lib / printf / PrintfP.nc
index 0095e501b6c07162dfd51e5af5f7b758be35478c..e59c0a7391e19152eddf6ee12d06a3720dfbb2f0 100644 (file)
@@ -161,9 +161,9 @@ implementation {
     else post retrySend();
   }
   
-#ifdef _H_msp430hardware_h
+//#ifdef _H_msp430hardware_h
   int putchar(int c) __attribute__((noinline)) @C() @spontaneous() {
-#endif
+//#endif
 #ifdef _H_atmega128hardware_H
   int uart_putchar(char c, FILE *stream) __attribute__((noinline)) @C() @spontaneous() {
 #endif