From: klueska Date: Tue, 17 Jun 2008 19:11:01 +0000 (+0000) Subject: Added declaration of printfflush() to header file X-Git-Tag: release_tinyos_2_1_0_0~260 X-Git-Url: https://oss.titaniummirror.com/gitweb/?p=tinyos-2.x.git;a=commitdiff_plain;h=a216dfd8c1cc53979c3a1a4b488c9c18185b6ae9 Added declaration of printfflush() to header file --- diff --git a/tos/lib/printf/printf.h b/tos/lib/printf/printf.h index 835e40e0..32d7d762 100644 --- a/tos/lib/printf/printf.h +++ b/tos/lib/printf/printf.h @@ -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];