Skip to content

Commit 2c4a03f

Browse files
committed
[VK_RZ_A1H] Maked __iar_program_start as weak
1 parent 4b62957 commit 2c4a03f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hal/targets/cmsis/TARGET_RENESAS/TARGET_VK_RZ_A1H/TOOLCHAIN_IAR/startup_VKRZA1H.s

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
SECTION .intvec:CODE:NOROOT(2)
3131

3232
PUBLIC __vector
33-
PUBLIC __iar_program_start
33+
PUBWEAK __iar_program_start
3434
PUBLIC Undefined_Handler
3535
EXTERN SWI_Handler
3636
PUBLIC Prefetch_Handler

0 commit comments

Comments
 (0)