update code base to Marlin 2.0.9.2
This commit is contained in:
2
buildroot/share/PlatformIO/variants/MARLIN_F407VE/ldscript.ld
Executable file → Normal file
2
buildroot/share/PlatformIO/variants/MARLIN_F407VE/ldscript.ld
Executable file → Normal file
@@ -169,7 +169,7 @@ SECTIONS
|
||||
. = ALIGN(4);
|
||||
.bss :
|
||||
{
|
||||
/* This is used by the startup in order to initialize the .bss secion */
|
||||
/* This is used by the startup in order to initialize the .bss section */
|
||||
_sbss = .; /* define a global symbol at bss start */
|
||||
__bss_start__ = _sbss;
|
||||
*(.bss)
|
||||
|
Reference in New Issue
Block a user