X-Git-Url: https://oss.titaniummirror.com/gitweb/?p=tinyos-2.x.git;a=blobdiff_plain;f=tos%2Flib%2Fprintf%2FPrintfP.nc;h=e59c0a7391e19152eddf6ee12d06a3720dfbb2f0;hp=0095e501b6c07162dfd51e5af5f7b758be35478c;hb=738579ccc0bce339be74aad761c7286258433e93;hpb=ad0ad7a973011655478e41bc58032deb4676e021 diff --git a/tos/lib/printf/PrintfP.nc b/tos/lib/printf/PrintfP.nc index 0095e501..e59c0a73 100644 --- a/tos/lib/printf/PrintfP.nc +++ b/tos/lib/printf/PrintfP.nc @@ -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