Skip to content

Commit

Permalink
[dropme] good for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
fabian18 committed Apr 8, 2024
1 parent 9230212 commit ff2c51d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions examples/gcoap/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -77,11 +77,11 @@ endif
# Uncomment the following lines to specify static link lokal IPv6 address
# 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.
# IPV6_STATIC_LLADDR ?= '"fe80::cafe:cafe:cafe:1"'
# CFLAGS += -DCONFIG_GNRC_IPV6_STATIC_LLADDR=$(IPV6_STATIC_LLADDR)
IPV6_STATIC_LLADDR ?= '"fe80::cafe:cafe:cafe:1"'
CFLAGS += -DCONFIG_GNRC_IPV6_STATIC_LLADDR=$(IPV6_STATIC_LLADDR)
# uncomment to not increment the last digit by the inderface number
# CFLAGS += -DCONFIG_GNRC_IPV6_STATIC_LLADDR_IS_FIXED=1
# CFLAGS += -DCONFIG_GNRC_NETIF_IPV6_ADDRS_NUMOF=4
CFLAGS += -DCONFIG_GNRC_IPV6_STATIC_LLADDR_IS_FIXED=1
CFLAGS += -DCONFIG_GNRC_NETIF_IPV6_ADDRS_NUMOF=4

include $(RIOTBASE)/Makefile.include

Expand Down

0 comments on commit ff2c51d

Please sign in to comment.