sys: periph_uart is required for arduino

This commit is contained in:
Alexandre Abadie 2020-01-20 16:30:11 +01:00
parent 0e511a6892
commit 182cb8735b
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405

View File

@ -1,6 +1,7 @@
ifneq (,$(filter arduino,$(USEMODULE)))
FEATURES_OPTIONAL += periph_i2c
FEATURES_OPTIONAL += periph_spi
FEATURES_REQUIRED += periph_uart
endif
ifneq (,$(filter eepreg,$(USEMODULE)))