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 */
} >RAM AT> FLASH
/* Uninitialized data section */
. = ALIGN(4);
.bss :
@ -157,7 +157,6 @@ SECTIONS
. = ALIGN(8);
} >RAM
/* Remove information from the standard libraries */
/DISCARD/ :