drivers: dep: Add missing hih6130 periph_i2c dep

This commit is contained in:
Joakim Nohlgård 2018-08-26 07:37:16 +02:00
parent bd8630518b
commit dfc05cc545

View File

@ -167,6 +167,7 @@ endif
ifneq (,$(filter hih6130,$(USEMODULE))) ifneq (,$(filter hih6130,$(USEMODULE)))
USEMODULE += xtimer USEMODULE += xtimer
FEATURES_REQUIRED += periph_i2c
endif endif
ifneq (,$(filter hts221,$(USEMODULE))) ifneq (,$(filter hts221,$(USEMODULE)))