]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/lib/tosthreads/lib/printf/PrintfP.nc
Added TosThreads support for Mulle.
[tinyos-2.x.git] / tos / lib / tosthreads / lib / printf / PrintfP.nc
index 5f164bfac2130f3e963841ae4626b05ca43724f3..04d8ab043e17086579b39b5728e2ae6be49aa0ed 100644 (file)
@@ -122,6 +122,9 @@ implementation {
   #ifdef _H_atmega128hardware_H
   int uart_putchar(char c, FILE *stream) __attribute__((noinline)) @C() @spontaneous() {
   #endif
+#ifdef __M16C62PHARDWARE_H__
+  int lowlevel_putc(int c) __attribute__((noinline)) @C() @spontaneous() {
+#endif
     uint16_t q_size;
     error_t q_error;