From c54d680664cb44b8c296a5294ca3d74d26379ce2 Mon Sep 17 00:00:00 2001 From: Leandro Lanzieri Date: Tue, 2 Feb 2021 11:43:01 +0100 Subject: [PATCH] examples/gnrc_networking: remove reference to netdev_ieee802154_legacy --- examples/gnrc_networking/Makefile | 3 --- 1 file changed, 3 deletions(-) diff --git a/examples/gnrc_networking/Makefile b/examples/gnrc_networking/Makefile index bf76931305..aa06541d76 100644 --- a/examples/gnrc_networking/Makefile +++ b/examples/gnrc_networking/Makefile @@ -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: