2 #ifndef __CONTIKI_CONF_H__
3 #define __CONTIKI_CONF_H__
13 typedef unsigned short clock_time_t;
16 #define CLOCK_CONF_SECOND 128
18 #define rtimer_arch_now() clock_time()
21 #define CFS_RAM_CONF_SIZE 512
24 #define LOG_CONF_ENABLED 0
27 #define snprintf(BUF, SIZE, ...) sprintf(BUF, __VA_ARGS__)