Skip to content

Commit

Permalink
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 3815c45 commit 582786d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions examples/gnrc_networking/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,12 @@ USEMODULE += netstats_l2
USEMODULE += netstats_ipv6
USEMODULE += netstats_rpl

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
# development process:
Expand Down

0 comments on commit 582786d

Please sign in to comment.