Skip to content
Snippets Groups Projects
Commit 195a57e3 authored by BytesGalore's avatar BytesGalore
Browse files

schedstatistics: removed redundant dependency entry

parent fda043ad
No related branches found
No related tags found
No related merge requests found
...@@ -23,10 +23,6 @@ ifneq (,$(filter gnrc_conn_udp,$(USEMODULE))) ...@@ -23,10 +23,6 @@ ifneq (,$(filter gnrc_conn_udp,$(USEMODULE)))
USEMODULE += gnrc_udp USEMODULE += gnrc_udp
endif endif
ifneq (,$(filter schedstatistics,$(USEMODULE)))
USEMODULE += xtimer
endif
ifneq (,$(filter gnrc_netif_default,$(USEMODULE))) ifneq (,$(filter gnrc_netif_default,$(USEMODULE)))
USEMODULE += gnrc_netif USEMODULE += gnrc_netif
endif endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment