diff --git a/examples/riot_and_cpp/Makefile b/examples/riot_and_cpp/Makefile index 8dfe51828d..21971f9e7f 100644 --- a/examples/riot_and_cpp/Makefile +++ b/examples/riot_and_cpp/Makefile @@ -6,7 +6,7 @@ BOARD ?= native # stm32f0discovery objects are too big with ARM Embedded Toolchain v4.9.3 20141119 # (used currently by travis) -BOARD_INSUFFICIENT_RAM=stm32f0discovery +BOARD_INSUFFICIENT_MEMORY=stm32f0discovery # This has to be the absolute path to the RIOT base directory: RIOTBASE ?= $(CURDIR)/../..