Skip to content

Commit

Permalink
drivers/cc110x: add xtimer as module dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
smlng committed Jan 23, 2017
1 parent d22dd3b commit 7571adf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/Makefile.dep
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ endif
ifneq (,$(filter cc110x,$(USEMODULE)))
USEMODULE += ieee802154
USEMODULE += uuid
USEMODULE += xtimer
ifneq (,$(filter gnrc_netdev_default,$(USEMODULE)))
USEMODULE += gnrc_cc110x
# XXX: this can be modelled as a dependency for gnrc_netdev_default as soon
Expand Down

0 comments on commit 7571adf

Please sign in to comment.