Fixed wrong stack size start

pull/4481/head
Andreas Larsson 2017-03-30 13:15:57 +02:00 committed by Kevin Gilbert
parent 7e58474a4e
commit 7a0778b7d2
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