Skip to content

Commit

Permalink
fixup! examples/nanocoap_server: adapt to in-tree nanocoap
Browse files Browse the repository at this point in the history
  • Loading branch information
kaspar030 committed Nov 29, 2017
1 parent 2c8bdfe commit 185d925
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions examples/nanocoap_server/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,7 @@ USEMODULE += gnrc_sock_udp
# Additional networking modules that can be dropped if not needed
USEMODULE += gnrc_icmpv6_echo

USEMODULE += nanocoap
# optionally enable nanocoap's debug output
#CFLAGS += -DNANOCOAP_DEBUG
USEMODULE += nanocoap_sock

# include this for nicely formatting the returned internal value
USEMODULE += fmt
Expand Down

0 comments on commit 185d925

Please sign in to comment.