sys/arduino: Require feature cpp
Arduino code requires C++ support
This commit is contained in:
parent
f8b7c899f8
commit
033807008a
@ -2,6 +2,7 @@ ifneq (,$(filter arduino,$(USEMODULE)))
|
|||||||
FEATURES_OPTIONAL += periph_i2c
|
FEATURES_OPTIONAL += periph_i2c
|
||||||
FEATURES_OPTIONAL += periph_spi
|
FEATURES_OPTIONAL += periph_spi
|
||||||
FEATURES_REQUIRED += periph_uart
|
FEATURES_REQUIRED += periph_uart
|
||||||
|
FEATURES_REQUIRED += cpp
|
||||||
SKETCH_MODULE ?= arduino_sketches
|
SKETCH_MODULE ?= arduino_sketches
|
||||||
USEMODULE += $(SKETCH_MODULE)
|
USEMODULE += $(SKETCH_MODULE)
|
||||||
endif
|
endif
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user