Skip to content
Snippets Groups Projects
Commit 203a5ecf authored by Hauke Petersen's avatar Hauke Petersen
Browse files

drivers/Make.dep: add servo dependencies

parent 4ddbf432
No related branches found
No related tags found
No related merge requests found
...@@ -298,6 +298,10 @@ ifneq (,$(filter sdcard_spi,$(USEMODULE))) ...@@ -298,6 +298,10 @@ ifneq (,$(filter sdcard_spi,$(USEMODULE)))
USEMODULE += xtimer USEMODULE += xtimer
endif endif
ifneq (,$(filter servo,$(USEMODULE)))
FEATURES_REQUIRED += periph_pwm
endif
ifneq (,$(filter sht11,$(USEMODULE))) ifneq (,$(filter sht11,$(USEMODULE)))
USEMODULE += xtimer USEMODULE += xtimer
endif endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment