From ef2df485184ea493078060fd684c197f27fb9836 Mon Sep 17 00:00:00 2001 From: George Oikonomou Date: Sat, 7 Oct 2017 14:55:39 +0100 Subject: [PATCH] Configure TSCH irrespective whether it is selected --- examples/ipv6/rpl-simple/project-conf.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/examples/ipv6/rpl-simple/project-conf.h b/examples/ipv6/rpl-simple/project-conf.h index e20e3c2a1..ba4474f42 100644 --- a/examples/ipv6/rpl-simple/project-conf.h +++ b/examples/ipv6/rpl-simple/project-conf.h @@ -47,7 +47,6 @@ #define SICSLOWPAN_CONF_FRAG 0 #if MAC_CONF_WITH_TSCH - /*******************************************************/ /********************* Configure TSCH *********************/ /*******************************************************/ @@ -61,6 +60,7 @@ /*******************************************************/ /******************* Configure TSCH ********************/ /*******************************************************/ +#endif /* MAC_CONF_WITH_TSCH */ /* TSCH per-slot logging */ #undef TSCH_LOG_CONF_PER_SLOT @@ -78,6 +78,4 @@ #undef TSCH_SCHEDULE_CONF_MAX_LINKS #define TSCH_SCHEDULE_CONF_MAX_LINKS 4 -#endif /* MAC_CONF_WITH_TSCH */ - #endif