From b0f21747e1af5c124f39efe07c11de8928877790 Mon Sep 17 00:00:00 2001 From: Simon Duquennoy Date: Thu, 1 Oct 2015 16:09:53 +0200 Subject: [PATCH] Target cooja: added missing declaration of simlog_char --- platform/cooja/dev/rs232.c | 1 + 1 file changed, 1 insertion(+) diff --git a/platform/cooja/dev/rs232.c b/platform/cooja/dev/rs232.c index 51ee5b6a9..08257b555 100644 --- a/platform/cooja/dev/rs232.c +++ b/platform/cooja/dev/rs232.c @@ -46,6 +46,7 @@ char simSerialReceivingFlag; static int (* input_handler)(unsigned char) = NULL; +void simlog_char(char c); /*-----------------------------------------------------------------------------------*/ void rs232_init(void) { } /*-----------------------------------------------------------------------------------*/