Skip to content

Commit 05263f1

Browse files
adustmcmonr
authored andcommitted
Allow jenkins script to pass
1 parent 44efac7 commit 05263f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

targets/TARGET_STM/mbed_rtx.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@
119119
#endif
120120

121121
#endif // INITIAL_SP
122-
#if (defined(__GNUC__) && !defined(__CC_ARM))
122+
#if (defined(__GNUC__) && !defined(__CC_ARM) && defined(TWO_RAM_REGIONS))
123123
extern uint32_t __StackLimit[];
124124
extern uint32_t __StackTop[];
125125
extern uint32_t __end__[];

0 commit comments

Comments
 (0)