mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
11 lines
214 B
Makefile
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
|