File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
hw/bsp/stm32h7/boards/stm32h750bdk Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff 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-
You can’t perform that action at this time.
0 commit comments