Skip to content

Commit

Permalink
gnrc_networking: run as host per default
Browse files Browse the repository at this point in the history
  • Loading branch information
OlegHahm committed Jan 2, 2025
1 parent 74eddd6 commit 7e02c35
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions examples/gnrc_networking/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,8 @@ USEMODULE += auto_init_gnrc_netif
# Activate ICMPv6 error messages
USEMODULE += gnrc_icmpv6_error
# Specify the mandatory networking module for a IPv6 routing node
USEMODULE += gnrc_ipv6_router_default
USEMODULE += gnrc_ipv6_default
# Add a routing protocol
USEMODULE += gnrc_rpl
USEMODULE += auto_init_gnrc_rpl
# Additional networking modules that can be dropped if not needed
USEMODULE += gnrc_icmpv6_echo
USEMODULE += shell_cmd_gnrc_udp
Expand Down

0 comments on commit 7e02c35

Please sign in to comment.