mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #925 from mbedmicro/sg--patch-1
RAM fix for nRF51822.sct, 32K versionpull/931/head
commit
8648ff57ea
|
@ -5,7 +5,7 @@
|
||||||
; *(InRoot$$Sections)
|
; *(InRoot$$Sections)
|
||||||
; .ANY (+RO)
|
; .ANY (+RO)
|
||||||
; }
|
; }
|
||||||
; RW_IRAM1 0x20000000 0x00004000 {
|
; RW_IRAM1 0x20000000 0x00008000 {
|
||||||
; .ANY (+RW +ZI)
|
; .ANY (+RW +ZI)
|
||||||
; }
|
; }
|
||||||
;}
|
;}
|
||||||
|
|
Loading…
Reference in New Issue