Skip to content

Commit 9ec5a38

Browse files
author
microtronics
committed
Fix typo generated by STM32CubeMX
1 parent b32b912 commit 9ec5a38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

variants/STM32G0xx/G071G(8-B)UxN_G081GBUxN/ldscript.ld

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ SECTIONS
150150
. = ALIGN(4);
151151
.bss :
152152
{
153-
/* This is used by the startup in order to initialize the .bss secion */
153+
/* This is used by the startup in order to initialize the .bss section */
154154
_sbss = .; /* define a global symbol at bss start */
155155
__bss_start__ = _sbss;
156156
*(.bss)

0 commit comments

Comments
 (0)