sys/arduino: Require feature cpp

Arduino code requires C++ support
This commit is contained in:
Marian Buschsieweke 2020-07-10 16:31:09 +02:00
parent f8b7c899f8
commit 033807008a
No known key found for this signature in database
GPG Key ID: 61F64C6599B1539F

View File

@ -2,6 +2,7 @@ ifneq (,$(filter arduino,$(USEMODULE)))
FEATURES_OPTIONAL += periph_i2c
FEATURES_OPTIONAL += periph_spi
FEATURES_REQUIRED += periph_uart
FEATURES_REQUIRED += cpp
SKETCH_MODULE ?= arduino_sketches
USEMODULE += $(SKETCH_MODULE)
endif