mirror of https://github.com/ARMmbed/mbed-os.git
Fixed wrong stack pointer
parent
cb97f5dc7f
commit
84a25e72f7
|
@ -39,7 +39,7 @@
|
|||
;
|
||||
;*******************************************************************************
|
||||
|
||||
__initial_sp EQU 0x20020000 ; Top of RAM
|
||||
__initial_sp EQU 0x20030000 ; Top of RAM
|
||||
|
||||
PRESERVE8
|
||||
THUMB
|
||||
|
|
Loading…
Reference in New Issue