Skip to content

Commit

Permalink
drivers/Makefile.dep: fixed FEATURE_REQ assignments
Browse files Browse the repository at this point in the history
  • Loading branch information
haukepetersen committed Apr 13, 2016
1 parent e6d15f2 commit 25935bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/Makefile.dep
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ endif

ifneq (,$(filter bh1750fvi,$(USEMODULE)))
USEMODULE += xtimer
FEATURES_REQUIRED = periph_i2c
FEATURES_REQUIRED += periph_i2c
endif

ifneq (,$(filter cc110x,$(USEMODULE)))
Expand All @@ -34,7 +34,7 @@ endif

ifneq (,$(filter dht,$(USEMODULE)))
USEMODULE += xtimer
FEATURES_REQUIRED = periph_gpio
FEATURES_REQUIRED += periph_gpio
endif

ifneq (,$(filter enc28j60,$(USEMODULE)))
Expand Down

0 comments on commit 25935bf

Please sign in to comment.