aboutsummaryrefslogtreecommitdiffstats
path: root/link.ld
diff options
context:
space:
mode:
authorClyne Sullivan <tullivan99@gmail.com>2018-02-07 16:31:03 -0500
committerClyne Sullivan <tullivan99@gmail.com>2018-02-07 16:31:03 -0500
commit025ed8530ce92d4a2282af8bba1b9e3e93afbb99 (patch)
tree9c2414485d90c3745340eaed682baaed7127ffa0 /link.ld
parent12fa2716dbc3ea80c833411b12fe403421cebb00 (diff)
need to sync with desktop
Diffstat (limited to 'link.ld')
-rw-r--r--link.ld4
1 files changed, 2 insertions, 2 deletions
diff --git a/link.ld b/link.ld
index 13e5cca..4819a3c 100644
--- a/link.ld
+++ b/link.ld
@@ -142,9 +142,9 @@ SECTIONS
/* User_heap_stack section, used to check that there is enough RAM left */
._user_heap_stack :
{
- . = ALIGN(4);
+ . = ALIGN(8);
*(._user_heap_stack)
- . = ALIGN(4);
+ . = ALIGN(8);
} >RAM