Fixed wrong stack size start

pull/4521/head
Andreas Larsson 2017-03-30 13:15:57 +02:00 committed by adbridge
parent cb08d6f14c
commit 7a6dba69eb
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ Stack_Size EQU 0x00000400
EXPORT __initial_sp
Stack_Mem SPACE Stack_Size
__initial_sp EQU 0x20020000 ; Top of RAM
__initial_sp EQU 0x20030000 ; Top of RAM
; <h> Heap Configuration