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:
commit
44614d53fc
@ -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
|
||||
|
@ -1,7 +1,5 @@
|
||||
include ../Makefile.tests_common
|
||||
|
||||
FEATURES_REQUIRED = periph_pwm
|
||||
|
||||
USEMODULE += xtimer
|
||||
USEMODULE += servo
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user