1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-24 22:13:52 +01:00

drivers/Make.dep: add servo dependencies

This commit is contained in:
Hauke Petersen 2018-06-07 11:11:39 +02:00
parent 4ddbf43226
commit 203a5ecfb4

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