diff --git a/examples/cc2530dk/udp-ipv6/server.c b/examples/cc2530dk/udp-ipv6/server.c index 21cfc62a9..ae8c3d65c 100644 --- a/examples/cc2530dk/udp-ipv6/server.c +++ b/examples/cc2530dk/udp-ipv6/server.c @@ -53,7 +53,7 @@ static uint16_t len; #define SERVER_REPLY 1 /* Should we act as RPL root? */ -#define SERVER_RPL_ROOT 1 +#define SERVER_RPL_ROOT 0 #if SERVER_RPL_ROOT static uip_ipaddr_t ipaddr;