px4-stm32f4discovery:Ensure _ebss will be 4 byte aligned

This commit is contained in:
David Sidrane 2017-11-28 02:24:20 -10:00 committed by Lorenz Meier
parent e15e9ba5c7
commit c76f90f078

View File

@ -130,6 +130,7 @@ SECTIONS
*(.bss .bss.*)
*(.gnu.linkonce.b.*)
*(COMMON)
. = ALIGN(4);
_ebss = ABSOLUTE(.);
} > sram