Remove trailing whitespaces
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8683 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
parent
c5ca1334e2
commit
bcc7351beb
|
@ -157,7 +157,7 @@ SECTIONS
|
||||||
. = ALIGN(4);
|
. = ALIGN(4);
|
||||||
_bss_end = .;
|
_bss_end = .;
|
||||||
PROVIDE(end = .);
|
PROVIDE(end = .);
|
||||||
} > BSS_RAM
|
} > BSS_RAM
|
||||||
|
|
||||||
.ram0_init : ALIGN(4)
|
.ram0_init : ALIGN(4)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue