Added the CCIF (Contiki Core InterFace) declarations necessary for logging from loadable code on Win32.
This commit is contained in:
parent
9e9677b4f0
commit
f601f3a0ac
|
@ -21,7 +21,7 @@
|
|||
|
||||
#define LOG_CONF_ENABLED 1
|
||||
#include "sys/log.h"
|
||||
void debug_printf(char *format, ...);
|
||||
CCIF void debug_printf(char *format, ...);
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue