Skip to content

Commit c04492a

Browse files
updated linker script to fix recurring issue with .bss linker warning
1 parent ee23edf commit c04492a

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)