From 08c67a0151cbd529251be1f539e5bd5dcf7125cb Mon Sep 17 00:00:00 2001 From: Andreas Tsouchlos Date: Sat, 4 Oct 2025 20:15:04 +0200 Subject: [PATCH] Fix comment --- memory.x | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/memory.x b/memory.x index a6cf45b..4af40cb 100644 --- a/memory.x +++ b/memory.x @@ -1,7 +1,7 @@ MEMORY { /* 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 RAM : ORIGIN = 0x20000000 + 0x24b8, LENGTH = 24K - 0x24b8 }