From a216dfd8c1cc53979c3a1a4b488c9c18185b6ae9 Mon Sep 17 00:00:00 2001 From: klueska Date: Tue, 17 Jun 2008 19:11:01 +0000 Subject: [PATCH] Added declaration of printfflush() to header file --- tos/lib/printf/printf.h | 1 + 1 file changed, 1 insertion(+) 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]; -- 2.39.2