1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-24 14:03:55 +01:00
2021-12-01 17:54:55 +01:00

14 lines
216 B
Makefile

include ../Makefile.tests_common
DRIVER ?= bme680_i2c
USEMODULE += $(DRIVER)
USEMODULE += ztimer
USEMODULE += ztimer_msec
ifeq ($(ENABLE_FP),1)
USEMODULE += bme680_fp
endif
include $(RIOTBASE)/Makefile.include