naming problem
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14476 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
This commit is contained in:
parent
ec1d2e9e55
commit
cba1776dbb
|
@ -31,7 +31,7 @@ SECTIONS
|
||||||
} > C1_MAIN_STACK_RAM
|
} > C1_MAIN_STACK_RAM
|
||||||
|
|
||||||
/* Special section for process stack.*/
|
/* Special section for process stack.*/
|
||||||
.pstack (NOLOAD) :
|
.c1_pstack (NOLOAD) :
|
||||||
{
|
{
|
||||||
. = ALIGN(8);
|
. = ALIGN(8);
|
||||||
__c1_process_stack_base__ = .;
|
__c1_process_stack_base__ = .;
|
||||||
|
|
Loading…
Reference in New Issue