We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 12295a8 + 7e56d42 commit 94ab524Copy full SHA for 94ab524
cortex-m-rt/link.x
@@ -70,7 +70,7 @@ SECTIONS
70
_ebss = .;
71
} > RAM
72
73
- .data _ebss : ALIGN(4)
+ .data : ALIGN(4)
74
{
75
_sidata = LOADADDR(.data);
76
_sdata = .;
0 commit comments