From 447d0be1296044d80ee2beff81307633bc32c6d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cenk=20G=C3=BCndo=C4=9Fan?= Date: Fri, 28 Aug 2015 18:16:57 +0200 Subject: [PATCH] tests/cpp11_thread: BOARD_INSUFFICIENT_RAM => BOARD_INSUFFICIENT_MEMORY --- tests/cpp11_thread/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/cpp11_thread/Makefile b/tests/cpp11_thread/Makefile index 93bea51fdc..56d4056575 100644 --- a/tests/cpp11_thread/Makefile +++ b/tests/cpp11_thread/Makefile @@ -10,7 +10,7 @@ BOARD ?= native # Debian jessie libstdc++-arm-none-eabi-newlib-4.8.3-9+4 works fine, though. # Remove this line if Travis is upgraded to a different toolchain which does # not pull in all C++ locale code whenever exceptions are used. -BOARD_INSUFFICIENT_RAM := stm32f0discovery spark-core nucleo-f334 +BOARD_INSUFFICIENT_MEMORY := stm32f0discovery spark-core nucleo-f334 # This has to be the absolute path to the RIOT base directory: RIOTBASE ?= $(CURDIR)/../..