Merge pull request #6770 from thomaseichinger/doc_fix
examples/gnrc_networking: fix comments
This commit is contained in:
commit
f20f94477b
@ -40,13 +40,13 @@ USEMODULE += netstats_rpl
|
|||||||
# development process:
|
# development process:
|
||||||
CFLAGS += -DDEVELHELP
|
CFLAGS += -DDEVELHELP
|
||||||
|
|
||||||
# Comment the following 2 lines out to specify static link lokal IPv6 address
|
# Uncomment the following 2 lines to specify static link lokal IPv6 address
|
||||||
# this might be useful for testing, in cases whre you cannot or do not want to
|
# this might be useful for testing, in cases where you cannot or do not want to
|
||||||
# run a shell with ifconfig to get the real link lokal address.
|
# run a shell with ifconfig to get the real link lokal address.
|
||||||
#IPV6_STATIC_LLADDR ?= '"fe80::cafe:cafe:cafe:1"'
|
#IPV6_STATIC_LLADDR ?= '"fe80::cafe:cafe:cafe:1"'
|
||||||
#CFLAGS += -DGNRC_IPV6_STATIC_LLADDR=$(IPV6_STATIC_LLADDR)
|
#CFLAGS += -DGNRC_IPV6_STATIC_LLADDR=$(IPV6_STATIC_LLADDR)
|
||||||
|
|
||||||
# Comment this out to join RPL DODAGs even if DIOs do not contain
|
# Uncomment this to join RPL DODAGs even if DIOs do not contain
|
||||||
# DODAG Configuration Options (see the doc for more info)
|
# DODAG Configuration Options (see the doc for more info)
|
||||||
# CFLAGS += -DGNRC_RPL_DODAG_CONF_OPTIONAL_ON_JOIN
|
# CFLAGS += -DGNRC_RPL_DODAG_CONF_OPTIONAL_ON_JOIN
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user