TSCH: enable adaptive time synchronization by default
This commit is contained in:
parent
15dc86aeb1
commit
27b20b09a3
1 changed files with 1 additions and 1 deletions
|
@ -174,7 +174,7 @@
|
||||||
#ifdef TSCH_CONF_ADAPTIVE_TIMESYNC
|
#ifdef TSCH_CONF_ADAPTIVE_TIMESYNC
|
||||||
#define TSCH_ADAPTIVE_TIMESYNC TSCH_CONF_ADAPTIVE_TIMESYNC
|
#define TSCH_ADAPTIVE_TIMESYNC TSCH_CONF_ADAPTIVE_TIMESYNC
|
||||||
#else
|
#else
|
||||||
#define TSCH_ADAPTIVE_TIMESYNC 0
|
#define TSCH_ADAPTIVE_TIMESYNC 1
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* HW frame filtering enabled */
|
/* HW frame filtering enabled */
|
||||||
|
|
Loading…
Add table
Reference in a new issue