1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

examples/gnrc_networking: remove reference to netdev_ieee802154_legacy

This commit is contained in:
Leandro Lanzieri 2021-02-02 11:43:01 +01:00
parent e47727fb16
commit c54d680664
No known key found for this signature in database
GPG Key ID: F4E9A721761C7593

View File

@ -37,9 +37,6 @@ USEMODULE += netstats_rpl
# USEMODULE += sock_dns # include DNS client
# USEMODULE += gnrc_ipv6_nib_dns # include RDNSS option handling
# Uncomment this to enable legacy support of netdev for IEEE 802.15.4 radios.
# USEMODULE += netdev_ieee802154_legacy
# 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: