Skip to content

Commit

Permalink
fixup! examples/gnrc_networking: enable netstats_neighbor_ext
Browse files Browse the repository at this point in the history
  • Loading branch information
benpicco committed Oct 10, 2020
1 parent 3a81064 commit 57db5fe
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion examples/gnrc_networking/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,12 @@ USEMODULE += ps
USEMODULE += netstats_l2
USEMODULE += netstats_ipv6
USEMODULE += netstats_rpl
USEMODULE += netstats_neighbor_ext

USEMODULE += netstats_neighbor_etx
USEMODULE += netstats_neighbor_count
USEMODULE += netstats_neighbor_rssi
USEMODULE += netstats_neighbor_lqi
USEMODULE += netstats_neighbor_tx_time

# Comment this out to disable code in RIOT that does safety checking
# which is not needed in a production environment but helps in the
Expand Down

0 comments on commit 57db5fe

Please sign in to comment.