From 07ecbe0cb367bf79e7f54c3ddee9bd3dcdeab386 Mon Sep 17 00:00:00 2001 From: Raul Fuentes Date: Wed, 26 Apr 2017 17:29:10 +0200 Subject: [PATCH] Added the proper module for configuring the node as an IPv6 node. --- examples/nanocoap_server/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/examples/nanocoap_server/Makefile b/examples/nanocoap_server/Makefile index d3d611461..3d4e8193c 100644 --- a/examples/nanocoap_server/Makefile +++ b/examples/nanocoap_server/Makefile @@ -19,13 +19,12 @@ BOARD_BLACKLIST := nrf52dk USEMODULE += gnrc_netdev_default USEMODULE += auto_init_gnrc_netif # Specify the mandatory networking modules for IPv6 and UDP +USEMODULE += gnrc_ipv6_default USEMODULE += gnrc_udp +USEMODULE += gnrc_sock_udp # Additional networking modules that can be dropped if not needed USEMODULE += gnrc_icmpv6_echo -# -USEMODULE += gnrc_sock_udp - USEPKG += nanocoap # optionally enable nanocoap's debug output #CFLAGS += -DNANOCOAP_DEBUG