1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-25 14:33:52 +01:00

fixup changed RPL_ROOT_RANK to 256

This commit is contained in:
Martin 2013-10-11 18:50:26 +02:00 committed by Oleg Hahm
parent a03e9f8ed4
commit 957f15cbdf

View File

@ -110,7 +110,7 @@
#define RPL_MAX_INSTANCES 1
#define RPL_MAX_PARENTS 5
#define RPL_MAX_ROUTING_ENTRIES 128
#define RPL_ROOT_RANK 1
#define RPL_ROOT_RANK 256
#define RPL_DEFAULT_LIFETIME 0xff
#define RPL_LIFETIME_UNIT 2
#define RPL_GROUNDED 1