aboutsummaryrefslogtreecommitdiffstats
path: root/link.ld
diff options
context:
space:
mode:
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