use sicslowmac_driver instead of contikimac_driver --- since contikimac
power saving doesn't seem to be working.
This commit is contained in:
parent
8354e56c3d
commit
26725e7c19
|
@ -122,7 +122,7 @@
|
|||
|
||||
#define NETSTACK_CONF_NETWORK rime_driver
|
||||
#define NETSTACK_CONF_MAC csma_driver
|
||||
#define NETSTACK_CONF_RDC contikimac_driver
|
||||
#define NETSTACK_CONF_RDC sicslowmac_driver
|
||||
#define NETSTACK_CONF_RADIO contiki_maca_driver
|
||||
#define NETSTACK_CONF_FRAMER framer_802154
|
||||
|
||||
|
|
Loading…
Reference in a new issue