1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-30 00:41:17 +01:00

drivers/itg320x: set xtimer as dependency

This commit is contained in:
Alexandre Abadie 2020-01-11 18:10:09 +01:00
parent a933657020
commit 746278a118
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405

View File

@ -280,6 +280,7 @@ endif
ifneq (,$(filter itg320x,$(USEMODULE)))
FEATURES_REQUIRED += periph_i2c
USEMODULE += xtimer
endif
ifneq (,$(filter jc42,$(USEMODULE)))