Skip to content

Commit

Permalink
gnrc_networking: add ng_rpl to example
Browse files Browse the repository at this point in the history
  • Loading branch information
cgundogan committed Aug 18, 2015
1 parent 68d8c15 commit efbf3bf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/gnrc_networking/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,12 @@ USEMODULE += auto_init_ng_netif
# Specify the mandatory networking modules for IPv6 and UDP
USEMODULE += ng_ipv6_router_default
USEMODULE += ng_udp
# Add a routing protocol
USEMODULE += ng_rpl
# This application dumps received packets to STDIO using the pktdump module
USEMODULE += ng_pktdump
# Additional networking modules that can be dropped if not needed
USEMODULE += ng_icmpv6_echo
USEMODULE += fib
# Add also the shell, some shell commands (which are based on uart0 in this app)
USEMODULE += uart0
USEMODULE += shell
Expand Down

0 comments on commit efbf3bf

Please sign in to comment.