Skip to content
Snippets Groups Projects
Commit 80a44ddf authored by Sebastian Meiling's avatar Sebastian Meiling
Browse files

drivers/cc110x: add xtimer as module dependency

parent df4d870a
No related branches found
No related tags found
No related merge requests found
...@@ -37,6 +37,7 @@ endif ...@@ -37,6 +37,7 @@ endif
ifneq (,$(filter cc110x,$(USEMODULE))) ifneq (,$(filter cc110x,$(USEMODULE)))
USEMODULE += ieee802154 USEMODULE += ieee802154
USEMODULE += uuid USEMODULE += uuid
USEMODULE += xtimer
ifneq (,$(filter gnrc_netdev_default,$(USEMODULE))) ifneq (,$(filter gnrc_netdev_default,$(USEMODULE)))
USEMODULE += gnrc_cc110x USEMODULE += gnrc_cc110x
# XXX: this can be modelled as a dependency for gnrc_netdev_default as soon # XXX: this can be modelled as a dependency for gnrc_netdev_default as soon
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment