1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-21 20:43:50 +01:00
RIOT/drivers/mhz19/Makefile.dep
2021-12-01 14:32:41 +01:00

11 lines
214 B
Makefile

USEMODULE += ztimer
USEMODULE += ztimer_msec
ifneq (,$(filter mhz19_pwm,$(USEMODULE)))
FEATURES_REQUIRED += periph_gpio
endif
ifneq (,$(filter mhz19_uart,$(USEMODULE)))
FEATURES_REQUIRED += periph_uart
endif