1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00
RIOT/tests/drivers/shtcx/Makefile

11 lines
176 B
Makefile
Raw Normal View History

include ../Makefile.drivers_common
DRIVER ?= shtc1
USEMODULE += fmt
2021-12-10 14:16:58 +01:00
USEMODULE += ztimer
USEMODULE += ztimer_msec
USEMODULE += $(DRIVER)
include $(RIOTBASE)/Makefile.include