1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/driver_si70xx/Makefile

12 lines
253 B
Makefile

include ../Makefile.tests_common
# This test should also work with si7006, si7013, si7020 and si705x variants.
SI70XX_VARIANT ?= si7021
USEMODULE += $(SI70XX_VARIANT)
USEMODULE += ztimer
USEMODULE += ztimer_msec
include $(RIOTBASE)/Makefile.include