Skip to content

Commit

Permalink
gnrc_lorawan: Remove gnrc_nettype_lorawan dependency
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
miri64 committed Mar 28, 2024
1 parent 549f215 commit 810f1a9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sys/net/gnrc/Makefile.dep
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 810f1a9

Please sign in to comment.