mirror of
https://github.com/oliverschmidt/contiki.git
synced 2025-01-02 19:29:30 +00:00
Target cooja: added missing declaration of simlog_char
This commit is contained in:
parent
43adbbf6f9
commit
b0f21747e1
@ -46,6 +46,7 @@ char simSerialReceivingFlag;
|
|||||||
|
|
||||||
static int (* input_handler)(unsigned char) = NULL;
|
static int (* input_handler)(unsigned char) = NULL;
|
||||||
|
|
||||||
|
void simlog_char(char c);
|
||||||
/*-----------------------------------------------------------------------------------*/
|
/*-----------------------------------------------------------------------------------*/
|
||||||
void rs232_init(void) { }
|
void rs232_init(void) { }
|
||||||
/*-----------------------------------------------------------------------------------*/
|
/*-----------------------------------------------------------------------------------*/
|
||||||
|
Loading…
Reference in New Issue
Block a user