Build the Wismote platform with ContikiMAC and CSMA enabled by default.
This commit is contained in:
parent
3d284f8ecd
commit
a14c78e1ce
1 changed files with 2 additions and 4 deletions
|
@ -6,13 +6,11 @@
|
||||||
#include "platform-conf.h"
|
#include "platform-conf.h"
|
||||||
|
|
||||||
#ifndef NETSTACK_CONF_MAC
|
#ifndef NETSTACK_CONF_MAC
|
||||||
/* #define NETSTACK_CONF_MAC csma_driver */
|
#define NETSTACK_CONF_MAC csma_driver
|
||||||
#define NETSTACK_CONF_MAC nullmac_driver
|
|
||||||
#endif /* NETSTACK_CONF_MAC */
|
#endif /* NETSTACK_CONF_MAC */
|
||||||
|
|
||||||
#ifndef NETSTACK_CONF_RDC
|
#ifndef NETSTACK_CONF_RDC
|
||||||
/* #define NETSTACK_CONF_RDC contikimac_driver */
|
#define NETSTACK_CONF_RDC contikimac_driver
|
||||||
#define NETSTACK_CONF_RDC nullrdc_driver
|
|
||||||
#endif /* NETSTACK_CONF_RDC */
|
#endif /* NETSTACK_CONF_RDC */
|
||||||
|
|
||||||
#ifndef NETSTACK_CONF_RDC_CHANNEL_CHECK_RATE
|
#ifndef NETSTACK_CONF_RDC_CHANNEL_CHECK_RATE
|
||||||
|
|
Loading…
Add table
Reference in a new issue