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

Merge pull request #17100 from maribu/boards/common/silabs

boards/common/silabs: fix dependencies
This commit is contained in:
Alexandre Abadie 2021-11-02 17:57:10 +01:00 committed by GitHub
commit ea1f41038e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,3 +1,3 @@
ifneq (,$(filter silabs_pic,$(USEMODULE)))
USEMODULE += periph_i2c
FEATURES_REQUIRED += periph_i2c
endif