1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

Merge pull request #9304 from haukepetersen/fix_servo_deps

drivers/servo: add periph_pwm as dependency
This commit is contained in:
Martine Lenders 2018-06-07 11:24:17 +02:00 committed by GitHub
commit 44614d53fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

View File

@ -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

View File

@ -1,7 +1,5 @@
include ../Makefile.tests_common
FEATURES_REQUIRED = periph_pwm
USEMODULE += xtimer
USEMODULE += servo