Added the CCIF (Contiki Core InterFace) declarations necessary for logging from loadable code on Win32.

This commit is contained in:
oliverschmidt 2006-09-23 20:12:40 +00:00
parent 9e9677b4f0
commit f601f3a0ac
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@
#define LOG_CONF_ENABLED 1
#include "sys/log.h"
void debug_printf(char *format, ...);
CCIF void debug_printf(char *format, ...);