From 27b20b09a3e72e054ba4f544482fbb996ffee810 Mon Sep 17 00:00:00 2001 From: Simon Duquennoy Date: Thu, 23 Jun 2016 18:43:57 +0200 Subject: [PATCH] TSCH: enable adaptive time synchronization by default --- core/net/mac/tsch/tsch-conf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/net/mac/tsch/tsch-conf.h b/core/net/mac/tsch/tsch-conf.h index d8d58f0ff..184ffab16 100644 --- a/core/net/mac/tsch/tsch-conf.h +++ b/core/net/mac/tsch/tsch-conf.h @@ -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 */