Clean up whitespace, GTM32 pins

This commit is contained in:
Scott Lahteine
2019-11-29 20:05:32 -06:00
parent e585c37d7d
commit 2d74c2042a
4 changed files with 237 additions and 239 deletions

View File

@ -133,7 +133,7 @@ SECTIONS
_sidata = LOADADDR(.data);
/* Initialized data sections goes into RAM, load LMA copy after code */
.data :
.data :
{
. = ALIGN(4);
_sdata = .; /* create a global symbol at data start */
@ -173,8 +173,6 @@ SECTIONS
. = ALIGN(4);
} >RAM
/* Remove information from the standard libraries */
/DISCARD/ :
{