Skip to content

Commit 7eb6858

Browse files
SenRamakri0xc0170
authored andcommitted
Fix for RDA targets failing AC6 builds
1 parent e0e532c commit 7eb6858

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

targets/TARGET_RDA/mbed_rtx.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
#define OS_CLOCK 160000000
3030
#endif
3131

32-
#if defined(__CC_ARM)
32+
#if defined(__ARMCC_VERSION)
3333
extern uint32_t Image$$ARM_LIB_HEAP$$ZI$$Base[];
3434
extern uint32_t Image$$ARM_LIB_HEAP$$ZI$$Length[];
3535
extern uint32_t Image$$ARM_LIB_STACK$$ZI$$Base[];

0 commit comments

Comments
 (0)