Contiki 3.x
project-conf.h
1 #ifndef PROJECT_CONF_H_
2 #define PROJECT_CONF_H_
3 
4 #define NETSTACK_CONF_RADIO cc1120_driver
5 #define NETSTACK_CONF_RDC contikimac_driver
6 
7 #endif /* PROJECT_CONF_H_ */
8 
9 /**
10  * @}
11  * @}
12  */