File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 32
32
*
33
33
******************************************************************************
34
34
*/
35
- #if (defined(TWO_RAM_REGIONS ) && defined(__GNUC__ ) && !defined(__CC_ARM ))
35
+ #if (defined(TWO_RAM_REGIONS ) && defined(__GNUC__ ) && !defined(__CC_ARM ) && !defined( __ARMCC_VERSION ) )
36
36
#include <errno.h>
37
37
#include "stm32l4xx.h"
38
38
extern uint32_t __mbed_sbrk_start ;
Original file line number Diff line number Diff line change 122
122
#endif
123
123
124
124
#endif // INITIAL_SP
125
- #if (defined(__GNUC__ ) && !defined(__CC_ARM ) && defined(TWO_RAM_REGIONS ))
125
+ #if (defined(__GNUC__ ) && !defined(__CC_ARM ) && !defined( __ARMCC_VERSION ) && defined(TWO_RAM_REGIONS ))
126
126
extern uint32_t __StackLimit [];
127
127
extern uint32_t __StackTop [];
128
128
extern uint32_t __end__ [];
You can’t perform that action at this time.
0 commit comments