TSCH: enable adaptive time synchronization by default

This commit is contained in:
Simon Duquennoy 2016-06-23 18:43:57 +02:00 committed by Simon Duquennoy
parent 15dc86aeb1
commit 27b20b09a3
1 changed files with 1 additions and 1 deletions

View File

@ -174,7 +174,7 @@
#ifdef TSCH_CONF_ADAPTIVE_TIMESYNC
#define TSCH_ADAPTIVE_TIMESYNC TSCH_CONF_ADAPTIVE_TIMESYNC
#else
#define TSCH_ADAPTIVE_TIMESYNC 0
#define TSCH_ADAPTIVE_TIMESYNC 1
#endif
/* HW frame filtering enabled */