Skip to content

Commit d1e6e8f

Browse files
committed
Allow jenkins script to pass
1 parent 28a43b5 commit d1e6e8f

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)