git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5050 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
parent
12e34ee390
commit
cb616cd616
|
@ -136,7 +136,7 @@ SECTIONS
|
||||||
. = ALIGN(4);
|
. = ALIGN(4);
|
||||||
*(.bss.default_heap)
|
*(.bss.default_heap)
|
||||||
. = ALIGN(4);
|
. = ALIGN(4);
|
||||||
PROVIDE(_cmmend = .);
|
PROVIDE(_cmm_end = .);
|
||||||
} > ccmram
|
} > ccmram
|
||||||
|
|
||||||
.data :
|
.data :
|
||||||
|
|
Loading…
Reference in New Issue