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

gnrc_lorawan: Remove gnrc_nettype_lorawan dependency

With the removal of `CONFIG_GNRC_NETIF_LORAWAN_NETIF_HDR` it does not
use `GNRC_NETTYPE_LORAWAN` anymore, so this module is not required
anymore.
This commit is contained in:
Martine Lenders 2024-03-27 13:39:31 +01:00 committed by Martine S. Lenders
parent 549f215701
commit 810f1a98cb
No known key found for this signature in database
GPG Key ID: 2134D77A5336DD80

View File

@ -155,7 +155,6 @@ ifneq (,$(filter gnrc_netif,$(USEMODULE)))
endif
ifneq (,$(filter gnrc_lorawan,$(USEMODULE)))
USEMODULE += gnrc_netif_lorawan
USEMODULE += gnrc_nettype_lorawan
endif
endif