mirror of
https://github.com/oliverschmidt/contiki.git
synced 2025-01-21 23:31:11 +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
|
||||
|
||||
/* 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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user