mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-12-22 10:30:13 +00:00
cc2530 udp server example is no longer RPL root by default
This commit is contained in:
parent
eea6b9051d
commit
a35580d068
@ -53,7 +53,7 @@ static uint16_t len;
|
|||||||
#define SERVER_REPLY 1
|
#define SERVER_REPLY 1
|
||||||
|
|
||||||
/* Should we act as RPL root? */
|
/* Should we act as RPL root? */
|
||||||
#define SERVER_RPL_ROOT 1
|
#define SERVER_RPL_ROOT 0
|
||||||
|
|
||||||
#if SERVER_RPL_ROOT
|
#if SERVER_RPL_ROOT
|
||||||
static uip_ipaddr_t ipaddr;
|
static uip_ipaddr_t ipaddr;
|
||||||
|
Loading…
Reference in New Issue
Block a user