mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-11-18 12:05:11 +00:00
12 lines
289 B
C
12 lines
289 B
C
|
#ifndef PROJECT_CONF_H_
|
||
|
#define PROJECT_CONF_H_
|
||
|
|
||
|
#define NETSTACK_CONF_RDC nullrdc_driver
|
||
|
#define NETSTACK_CONF_MAC nullmac_driver
|
||
|
#define NETSTACK_CONF_FRAMER framer_802154
|
||
|
#define NETSTACK_CONF_RADIO rf230_driver
|
||
|
|
||
|
#define RS232_BAUDRATE USART_BAUD_38400
|
||
|
|
||
|
#endif /* PROJECT_CONF_H_ */
|