From d60ffd8eea7ede509db5db196e322064074e6d61 Mon Sep 17 00:00:00 2001 From: Yanghao Hua Date: Sat, 27 Apr 2019 12:37:35 +0200 Subject: fix firmware/sections.lds section size alignment on 4 bytes --- firmware/sections.lds | 1 + 1 file changed, 1 insertion(+) (limited to 'firmware') diff --git a/firmware/sections.lds b/firmware/sections.lds index 948814b..e1eb79f 100644 --- a/firmware/sections.lds +++ b/firmware/sections.lds @@ -20,5 +20,6 @@ SECTIONS { *(.text); *(*); end = .; + . = ALIGN(4); } > mem } -- cgit