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)))
USEMODULE += xtimer
endif
ifneq (,$(filter servo,$(USEMODULE)))
FEATURES_REQUIRED += periph_pwm
endif
ifneq (,$(filter sht11,$(USEMODULE)))
USEMODULE += xtimer
endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment