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

tests/driver_sht2x: cleanup how required features are set

This commit is contained in:
Alexandre Abadie 2019-11-01 14:08:39 +01:00
parent 33982a965d
commit 3b42755d84
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405

View File

@ -1,6 +1,6 @@
include ../Makefile.tests_common
FEATURES_REQUIRED = periph_i2c
FEATURES_REQUIRED += periph_i2c
USEMODULE += sht2x
USEMODULE += xtimer