Merge branch 'Experiment-626-master'

pull/620/merge
0xc0170 2014-11-03 09:56:50 +00:00
commit b148c0120d
2 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@ Stack_Size EQU 0x00000400
EXPORT __initial_sp
Stack_Mem SPACE Stack_Size
__initial_sp EQU 0x10002000 ; Top of RAM from LPC11U
__initial_sp EQU 0x10001800 ; Top of RAM from LPC11U
Heap_Size EQU 0x00000000

View File

@ -19,7 +19,7 @@
; *
; *****************************************************************************/
__initial_sp EQU 0x10002000 ; Top of RAM from LPC11U
__initial_sp EQU 0x10001800 ; Top of RAM from LPC11U
PRESERVE8
THUMB