Skip to content

Commit 9ae33db

Browse files
authored
Merge pull request #642 from jpconstantineau/linker-bss-fix-warning
updated linker script to fix recurring issue with .bss linker warning
2 parents 5393477 + c04492a commit 9ae33db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cores/nRF5/linker/nrf52_common.ld

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ SECTIONS
138138

139139
} > RAM
140140

141-
.bss :
141+
.bss ALIGN(4):
142142
{
143143
. = ALIGN(4);
144144
__bss_start__ = .;

0 commit comments

Comments
 (0)