File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
targets/TARGET_Samsung/TARGET_SIDK_S5JS100/device Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -129,7 +129,7 @@ HAL_StatusTypeDef HAL_InitTick(uint32_t TickPriority)
129
129
#define S5JS100_BOOTMEM_BASE 0x00000000
130
130
extern uint32_t __vector_table ;
131
131
extern uint32_t __Vectors_Size ;
132
- #elif defined ( TOOLCHAIN_ARM_STD ) /* __ARMCC_VERSION)*/
132
+ #elif defined( __ARMCC_VERSION )
133
133
#define S5JS100_BOOTMEM_BASE 0x00000000
134
134
extern uint32_t __Vectors ;
135
135
extern uint32_t __Vectors_Size ;
@@ -166,7 +166,7 @@ void SystemCoreConfig()
166
166
//*dest++ = *src++;
167
167
}
168
168
169
- #elif defined ( TOOLCHAIN_ARM_STD ) /* __ARMCC_VERSION)*/
169
+ #elif defined( __ARMCC_VERSION )
170
170
src = (uint32_t * )& __Vectors ;
171
171
172
172
dest = (uint32_t * )S5JS100_BOOTMEM_BASE ;
You can’t perform that action at this time.
0 commit comments