Skip to content

Commit f38aa59

Browse files
authored
Merge pull request ARMmbed#13632 from sdrstone1/master
fix DAPLINK error for S1SBP6A Target using GNU Toolchain.
2 parents f3d91fd + dd1c59f commit f38aa59

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)