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