Contiki 2.5
io.h
1 #ifndef __IO_H__
2 #define __IO_H__
3 
4 #include <cc2430_sfr.h>
5 
6 #ifndef BV
7 #define BV(x) (1<<(x))
8 #endif
9 
10 #endif /* __IO_H__ */