Merge pull request #925 from mbedmicro/sg--patch-1

RAM fix for nRF51822.sct, 32K version
pull/931/head
Martin Kojtal 2015-02-21 14:56:23 +00:00
commit 8648ff57ea
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
; *(InRoot$$Sections)
; .ANY (+RO)
; }
; RW_IRAM1 0x20000000 0x00004000 {
; RW_IRAM1 0x20000000 0x00008000 {
; .ANY (+RW +ZI)
; }
;}