Fix comment
This commit is contained in:
parent
e769494e3a
commit
08c67a0151
2
memory.x
2
memory.x
@ -1,7 +1,7 @@
|
|||||||
MEMORY
|
MEMORY
|
||||||
{
|
{
|
||||||
/* NOTE 1 K = 1 KiB = 1024 bytes */
|
/* NOTE 1 K = 1 KiB = 1024 bytes */
|
||||||
/* These values correspond to the NRF52832 with SoftDevice S112 v7.x */
|
/* These values correspond to the NRF52810 with SoftDevice S112 v7.x */
|
||||||
FLASH : ORIGIN = 0x00000000 + 100K, LENGTH = 192K - 100K
|
FLASH : ORIGIN = 0x00000000 + 100K, LENGTH = 192K - 100K
|
||||||
RAM : ORIGIN = 0x20000000 + 0x24b8, LENGTH = 24K - 0x24b8
|
RAM : ORIGIN = 0x20000000 + 0x24b8, LENGTH = 24K - 0x24b8
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user