Target cooja: added missing declaration of simlog_char

This commit is contained in:
Simon Duquennoy 2015-10-01 16:09:53 +02:00
parent 43adbbf6f9
commit b0f21747e1

View file

@ -46,6 +46,7 @@ char simSerialReceivingFlag;
static int (* input_handler)(unsigned char) = NULL;
void simlog_char(char c);
/*-----------------------------------------------------------------------------------*/
void rs232_init(void) { }
/*-----------------------------------------------------------------------------------*/