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

tests/driver_bmx280: add xtimer dependency

This commit is contained in:
Hauke Petersen 2021-04-27 11:29:56 +02:00
parent 9aa2154d3a
commit 0b1ca863a1
2 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,7 @@ include ../Makefile.tests_common
DRIVER ?= bme280_i2c
USEMODULE += fmt
USEMODULE += xtimer
USEMODULE += $(DRIVER)
include $(RIOTBASE)/Makefile.include

View File

@ -2,3 +2,4 @@
# application configuration. This is only needed during migration.
CONFIG_MODULE_BME280_I2C=y
CONFIG_MODULE_FMT=y
CONFIG_MODULE_XTIMER=y