summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--LPC11x14_10x_rom.ld (renamed from LPC11x14_30x_rom.ld)2
1 files changed, 1 insertions, 1 deletions
diff --git a/LPC11x14_30x_rom.ld b/LPC11x14_10x_rom.ld
index 6aff0f1..6c3d13c 100644
--- a/LPC11x14_30x_rom.ld
+++ b/LPC11x14_10x_rom.ld
@@ -45,7 +45,7 @@ PROVIDE(__process_stack_size = __process_stack_size);
MEMORY
{
rom (rx) : org = 0x00000000, len = 32k
- ram (rwx) : org = 0x10000000, len = 8k
+ ram (rwx) : org = 0x10000000, len = 4k
}
__rom_start = ORIGIN(rom);