Skip to content

Commit dd1c59f

Browse files
authored
Update startup_s1sbp6a.S
fix DAPLINK "The transfer timed out." error
1 parent 0db72d0 commit dd1c59f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

targets/TARGET_Samsung/TARGET_SIDK_S1SBP6A/device/TOOLCHAIN_GCC_ARM/startup_s1sbp6a.S

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
/************************************************************************************
4242
* Vectors
4343
************************************************************************************/
44-
.section .vectors
44+
.section .vectors, "a"
4545
.align 2
4646
.globl __Vectors
4747
__Vectors:

0 commit comments

Comments
 (0)