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

drivers: dep: Add missing srf08 periph_i2c dep

This commit is contained in:
Joakim Nohlgård 2018-08-26 07:59:15 +02:00
parent 2d7c43f223
commit deacf9c4a7

View File

@ -389,6 +389,7 @@ ifneq (,$(filter srf02,$(USEMODULE)))
endif
ifneq (,$(filter srf08,$(USEMODULE)))
FEATURES_REQUIRED += periph_i2c
USEMODULE += xtimer
endif