From 74f6ae3751a49ee2bf513db7196bdb180855058f Mon Sep 17 00:00:00 2001 From: Simon Duquennoy Date: Mon, 1 Dec 2014 21:04:25 +0100 Subject: [PATCH] slip-radio: remove unneeded definition of NETSTACK_CONF_WITH_RPL (now set from makefile with CONTIKI_WITH_RPL) --- examples/ipv6/slip-radio/project-conf.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/examples/ipv6/slip-radio/project-conf.h b/examples/ipv6/slip-radio/project-conf.h index 4a2950c59..66cd61cbc 100644 --- a/examples/ipv6/slip-radio/project-conf.h +++ b/examples/ipv6/slip-radio/project-conf.h @@ -39,9 +39,6 @@ #undef UIP_CONF_ROUTER #define UIP_CONF_ROUTER 0 -#undef UIP_CONF_IPV6_RPL -#define UIP_CONF_IPV6_RPL 0 - #define CMD_CONF_OUTPUT slip_radio_cmd_output /* add the cmd_handler_cc2420 + some sensors if TARGET_SKY */