Merge pull request #326 from g-oikonomou/cc2538-contikimac
Adjust a config define to its new name
This commit is contained in:
commit
967734f2d8
1 changed files with 1 additions and 1 deletions
|
@ -207,7 +207,7 @@ typedef uint32_t rtimer_clock_t;
|
||||||
|
|
||||||
/* Configure ContikiMAC for when it's selected */
|
/* Configure ContikiMAC for when it's selected */
|
||||||
#define CONTIKIMAC_CONF_WITH_CONTIKIMAC_HEADER 0
|
#define CONTIKIMAC_CONF_WITH_CONTIKIMAC_HEADER 0
|
||||||
#define WITH_PHASE_OPTIMIZATION 0
|
#define CONTIKIMAC_CONF_WITH_PHASE_OPTIMIZATION 0
|
||||||
#define WITH_FAST_SLEEP 1
|
#define WITH_FAST_SLEEP 1
|
||||||
|
|
||||||
#ifndef NETSTACK_CONF_RDC_CHANNEL_CHECK_RATE
|
#ifndef NETSTACK_CONF_RDC_CHANNEL_CHECK_RATE
|
||||||
|
|
Loading…
Reference in a new issue