From 87d8f1854ee7e2a31b933ea2ab2cda42438e5cd4 Mon Sep 17 00:00:00 2001 From: Simon Duquennoy Date: Sat, 11 Nov 2017 15:35:11 +0100 Subject: [PATCH] sixtop example: remove unnecessary defines from project-conf.h --- examples/6tisch/sixtop/project-conf.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/examples/6tisch/sixtop/project-conf.h b/examples/6tisch/sixtop/project-conf.h index ff8b96ad7..45e0a2fd1 100755 --- a/examples/6tisch/sixtop/project-conf.h +++ b/examples/6tisch/sixtop/project-conf.h @@ -36,12 +36,6 @@ #define WITH_SECURITY 0 #endif /* WITH_SECURITY */ -/*******************************************************/ -/********* Enable RPL non-storing mode *****************/ -/*******************************************************/ -#define UIP_CONF_MAX_ROUTES 0 /* No need for routes */ -#define RPL_CONF_MOP RPL_MOP_NON_STORING /* Mode of operation*/ - /*******************************************************/ /********************* Enable TSCH *********************/ /*******************************************************/