mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-15 23:32:59 +01:00
10 lines
189 B
Makefile
10 lines
189 B
Makefile
USEMODULE += xtimer
|
|
|
|
ifneq (,$(filter mhz19_pwm,$(USEMODULE)))
|
|
FEATURES_REQUIRED += periph_gpio
|
|
endif
|
|
|
|
ifneq (,$(filter mhz19_uart,$(USEMODULE)))
|
|
FEATURES_REQUIRED += periph_uart
|
|
endif
|