Update startup_stm32f401xe.s

revert new change into what it was previously
pull/407/head
DooWoong Lee 2014-07-19 00:00:55 +09:00
parent 8c7e738263
commit d1fc90fd50
1 changed files with 0 additions and 21 deletions

View File

@ -39,30 +39,9 @@
; ;
;******************************************************************************* ;*******************************************************************************
Stack_Size EQU 0x00000400
AREA STACK, NOINIT, READWRITE, ALIGN=3
EXPORT __initial_sp
Stack_Mem SPACE Stack_Size
__initial_sp EQU 0x20018000 ; Top of RAM __initial_sp EQU 0x20018000 ; Top of RAM
; <h> Heap Configuration
; <o> Heap Size (in Bytes) <0x0-0xFFFFFFFF:8>
; </h>
Heap_Size EQU 0x00000400
AREA HEAP, NOINIT, READWRITE, ALIGN=3
EXPORT __heap_base
EXPORT __heap_limit
__heap_base
Heap_Mem SPACE Heap_Size
__heap_limit
PRESERVE8 PRESERVE8
THUMB THUMB