From 2f5b60af5dee07bee9ed0cbcef03c2e6017853e1 Mon Sep 17 00:00:00 2001 From: George Oikonomou Date: Sun, 8 Oct 2017 16:22:38 +0100 Subject: [PATCH] Don't try to define CONTIKI_VERSION_STRING in the example --- examples/platform-specific/jn516x/tsch/common-conf.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/examples/platform-specific/jn516x/tsch/common-conf.h b/examples/platform-specific/jn516x/tsch/common-conf.h index 3fe19b022..28c5e2835 100644 --- a/examples/platform-specific/jn516x/tsch/common-conf.h +++ b/examples/platform-specific/jn516x/tsch/common-conf.h @@ -124,8 +124,6 @@ #endif /* MAC_CONF_WITH_CSMA */ -#define CONTIKI_VERSION_STRING "Contiki 3.x" - #include "common-conf-jn516x.h" #endif /* __COMMON_CONF_H__ */