Bogdan's startup fix added.

pull/159/head
tkuyucu 2013-11-28 13:21:21 +01:00
parent 511e24ecc9
commit 820e0473f6
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
Stack_Size EQU 2048
AREA STACK, NOINIT, READWRITE, ALIGN=3
Stack_Mem SPACE Stack_Size
__initial_sp
__initial_sp EQU 0x20004000
Heap_Size EQU 2048