✏️ Remove whitespace

This commit is contained in:
Scott Lahteine
2021-06-03 03:23:10 -05:00
parent c8f28d9d09
commit aff45fd455
2 changed files with 8 additions and 8 deletions

View File

@ -102,7 +102,7 @@ SECTIONS
. = ALIGN(4);
} >FLASH
.ARM.extab : {
.ARM.extab : {
. = ALIGN(4);
*(.ARM.extab* .gnu.linkonce.armextab.*)
. = ALIGN(4);
@ -146,7 +146,7 @@ SECTIONS
_sidata = LOADADDR(.data);
/* Initialized data sections into "RAM" Ram type memory */
.data :
.data :
{
. = ALIGN(4);
_sdata = .; /* create a global symbol at data start */
@ -157,7 +157,7 @@ SECTIONS
_edata = .; /* define a global symbol at data end */
} >RAM AT> FLASH
/* Uninitialized data section into "RAM" Ram type memory */
. = ALIGN(4);
.bss :
@ -185,7 +185,7 @@ SECTIONS
. = ALIGN(8);
} >RAM
/* Remove information from the compiler libraries */
/DISCARD/ :