From 76cdd6a95bccb0cc823de9fef286c388f0929ea7 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Sun, 21 Oct 2018 17:27:47 +0200 Subject: [PATCH] fix example --- memory.x | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/memory.x b/memory.x index 424477e..b271f22 100644 --- a/memory.x +++ b/memory.x @@ -29,6 +29,6 @@ MEMORY .ram2bss (NOLOAD) : ALIGN(4) { *(.ram2bss); . = ALIGN(4); - } + } > RAM2 } INSERT AFTER .bss; */