aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--firmware/sections.lds1
1 files changed, 1 insertions, 0 deletions
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
}