mirror of https://github.com/ARMmbed/mbed-os.git
Fixed wrong stack size start
parent
7e58474a4e
commit
7a0778b7d2
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue