[KINETIS] Add missing entry to linker script
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7155 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
parent
282f43823a
commit
848189f19a
|
@ -23,6 +23,8 @@
|
|||
__main_stack_size__ = 0x0400;
|
||||
__process_stack_size__ = 0x0400;
|
||||
|
||||
ENTRY(Reset_Handler)
|
||||
|
||||
MEMORY
|
||||
{
|
||||
flash0 : org = 0x00000000, len = 0xc0
|
||||
|
|
Loading…
Reference in New Issue