Allow jenkins script to pass

pull/6364/head
adustm 2018-02-23 17:40:09 +01:00 committed by Cruz Monrreal II
parent 44efac724d
commit 05263f121f
1 changed files with 1 additions and 1 deletions

View File

@ -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__[];