Skip to content
Snippets Groups Projects
Unverified Commit 44614d53 authored by Martine Lenders's avatar Martine Lenders Committed by GitHub
Browse files

Merge pull request #9304 from haukepetersen/fix_servo_deps

drivers/servo: add periph_pwm as dependency
parents 598028a1 976a6b54
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
......
include ../Makefile.tests_common include ../Makefile.tests_common
FEATURES_REQUIRED = periph_pwm
USEMODULE += xtimer USEMODULE += xtimer
USEMODULE += servo USEMODULE += servo
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment