mirror of
https://github.com/oliverschmidt/contiki.git
synced 2025-08-10 08:25:23 +00:00
cc2530 udp server example is no longer RPL root by default
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user