stm32h750dk: More codespell in linker file

This commit is contained in:
Antonio Vázquez Blanco 2023-11-29 08:25:40 +01:00
parent c12e719808
commit f87deba4ac
1 changed files with 1 additions and 2 deletions

View File

@ -129,7 +129,7 @@ SECTIONS
_edata = .; /* define a global symbol at data end */ _edata = .; /* define a global symbol at data end */
} >RAM AT> FLASH } >RAM AT> FLASH
/* Uninitialized data section */ /* Uninitialized data section */
. = ALIGN(4); . = ALIGN(4);
.bss : .bss :
@ -157,7 +157,6 @@ SECTIONS
. = ALIGN(8); . = ALIGN(8);
} >RAM } >RAM
/* Remove information from the standard libraries */ /* Remove information from the standard libraries */
/DISCARD/ : /DISCARD/ :