diff options
author | Clyne Sullivan <tullivan99@gmail.com> | 2018-02-07 16:31:03 -0500 |
---|---|---|
committer | Clyne Sullivan <tullivan99@gmail.com> | 2018-02-07 16:31:03 -0500 |
commit | 025ed8530ce92d4a2282af8bba1b9e3e93afbb99 (patch) | |
tree | 9c2414485d90c3745340eaed682baaed7127ffa0 /link.ld | |
parent | 12fa2716dbc3ea80c833411b12fe403421cebb00 (diff) |
need to sync with desktop
Diffstat (limited to 'link.ld')
-rw-r--r-- | link.ld | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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
|