36 #ifndef CONTIKI_MC1322X_CONF_H_
37 #define CONTIKI_MC1322X_CONF_H_
39 typedef int32_t s32_t;
45 #define PLATFORM PLATFORM_MC1322X
48 #define MMEM_CONF_SIZE 256
51 typedef unsigned char u8_t;
52 typedef unsigned short u16_t;
53 typedef unsigned long u32_t;
54 typedef unsigned short uip_stats_t;
56 typedef uint32_t clock_time_t;
59 typedef unsigned long rtimer_clock_t;
60 #define RTIMER_CLOCK_LT(a,b) ((signed long)((a)-(b)) < 0)