]> oss.titaniummirror.com Git - tinyos-2.x.git/commitdiff
Added declaration of printfflush() to header file
authorklueska <klueska>
Tue, 17 Jun 2008 19:11:01 +0000 (19:11 +0000)
committerklueska <klueska>
Tue, 17 Jun 2008 19:11:01 +0000 (19:11 +0000)
tos/lib/printf/printf.h

index 835e40e0a7eeb8ea219fbb0bb569a21cb41bfb96..32d7d7628a5bf33123be9f496c0b10c1a40c603b 100644 (file)
@@ -49,6 +49,7 @@
   #include "avr_stdio.h"
 #endif
 #include "message.h"
+int printfflush();
 
 typedef nx_struct printf_msg {
   nx_uint8_t buffer[TOSH_DATA_LENGTH];