Contiki 2.5
profiling_arch.h
1 #ifndef __PROFILING_ARCH_H__
2 #define __PROFILING_ARCH_H__
3 
4 #define ARCHADDR2ADDR(x) (x)
5 
6 #endif /* __PROFILING_ARCH_H__ */