mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-06 04:00:35 +08:00
px4cannode-v1:Ensure _ebss will be 4 byte aligned
This commit is contained in:
committed by
Lorenz Meier
parent
c76f90f078
commit
6b30a41da2
@@ -133,6 +133,7 @@ SECTIONS
|
||||
*(.bss .bss.*)
|
||||
*(.gnu.linkonce.b.*)
|
||||
*(COMMON)
|
||||
. = ALIGN(4);
|
||||
_ebss = ABSOLUTE(.);
|
||||
} > sram
|
||||
|
||||
|
||||
Reference in New Issue
Block a user