aboutsummaryrefslogtreecommitdiffstats
path: root/device.lds
diff options
context:
space:
mode:
authorBrian Cully <bjc@kublai.com>2022-08-03 12:22:32 -0400
committerBrian Cully <bjc@kublai.com>2022-08-03 12:22:32 -0400
commit5062ac0818f07bfe07714039c46018172a79ee76 (patch)
tree30fc652f05e8e148d80c1cd02c29046dea075c56 /device.lds
parent17cac5fe6421e144619f4828409e8174986f3e3b (diff)
downloadluchie-5062ac0818f07bfe07714039c46018172a79ee76.tar.gz
luchie-5062ac0818f07bfe07714039c46018172a79ee76.zip
Blinking achieved.
Diffstat (limited to 'device.lds')
-rw-r--r--device.lds2
1 files changed, 1 insertions, 1 deletions
diff --git a/device.lds b/device.lds
index ec4729d..d4ca9f1 100644
--- a/device.lds
+++ b/device.lds
@@ -50,5 +50,5 @@ SECTIONS
. = ALIGN(2);
PROVIDE(_memory_start = ORIGIN(RAM));
PROVIDE(_memory_end = _memory_start + LENGTH(RAM));
- PROVIDE(_stack_top = . + _memory_end);
+ PROVIDE(_stack_top = _memory_end);
}