Browse Source

clean whitespace

pull/1/head
Scott Lahteine 6 years ago
parent
commit
9ea99b49be
  1. 5
      buildroot/share/PlatformIO/variants/MARLIN_F407VE/ldscript.ld

5
buildroot/share/PlatformIO/variants/MARLIN_F407VE/ldscript.ld

@ -1,7 +1,6 @@
/* /*
***************************************************************************** *****************************************************************************
** **
** File : LinkerScript.ld ** File : LinkerScript.ld
** **
** Abstract : Linker script for STM32F407VETx Device with ** Abstract : Linker script for STM32F407VETx Device with
@ -173,8 +172,6 @@ SECTIONS
. = ALIGN(8); . = ALIGN(8);
} >RAM } >RAM
/* Remove information from the standard libraries */ /* Remove information from the standard libraries */
/DISCARD/ : /DISCARD/ :
{ {
@ -185,5 +182,3 @@ SECTIONS
.ARM.attributes 0 : { *(.ARM.attributes) } .ARM.attributes 0 : { *(.ARM.attributes) }
} }

Loading…
Cancel
Save