Skip to content

Commit f87deba

Browse files
stm32h750dk: More codespell in linker file
1 parent c12e719 commit f87deba

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ SECTIONS
129129
_edata = .; /* define a global symbol at data end */
130130
} >RAM AT> FLASH
131131

132-
132+
133133
/* Uninitialized data section */
134134
. = ALIGN(4);
135135
.bss :
@@ -157,7 +157,6 @@ SECTIONS
157157
. = ALIGN(8);
158158
} >RAM
159159

160-
161160

162161
/* Remove information from the standard libraries */
163162
/DISCARD/ :

0 commit comments

Comments
 (0)