Skip to content

Commit c12e719

Browse files
stm32h750dk: Codespell in linker file
1 parent 6849e21 commit c12e719

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

hw/bsp/stm32h7/boards/stm32h750bdk/stm32h750xx_flash_CM7.ld

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ SECTIONS
118118
_sidata = LOADADDR(.data);
119119

120120
/* Initialized data sections goes into RAM, load LMA copy after code */
121-
.data :
121+
.data :
122122
{
123123
. = ALIGN(4);
124124
_sdata = .; /* create a global symbol at data start */
@@ -134,7 +134,7 @@ SECTIONS
134134
. = ALIGN(4);
135135
.bss :
136136
{
137-
/* This is used by the startup in order to initialize the .bss secion */
137+
/* This is used by the startup in order to initialize the .bss section */
138138
_sbss = .; /* define a global symbol at bss start */
139139
__bss_start__ = _sbss;
140140
*(.bss)
@@ -169,5 +169,3 @@ SECTIONS
169169

170170
.ARM.attributes 0 : { *(.ARM.attributes) }
171171
}
172-
173-

0 commit comments

Comments
 (0)