From 05263f121f9c62f057ee2651de0438a3d11aa3f2 Mon Sep 17 00:00:00 2001 From: adustm Date: Fri, 23 Feb 2018 17:40:09 +0100 Subject: [PATCH] Allow jenkins script to pass --- targets/TARGET_STM/mbed_rtx.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/targets/TARGET_STM/mbed_rtx.h b/targets/TARGET_STM/mbed_rtx.h index 8ef789369d..b405a29d3d 100644 --- a/targets/TARGET_STM/mbed_rtx.h +++ b/targets/TARGET_STM/mbed_rtx.h @@ -119,7 +119,7 @@ #endif #endif // INITIAL_SP -#if (defined(__GNUC__) && !defined(__CC_ARM)) +#if (defined(__GNUC__) && !defined(__CC_ARM) && defined(TWO_RAM_REGIONS)) extern uint32_t __StackLimit[]; extern uint32_t __StackTop[]; extern uint32_t __end__[];