mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
px4-same70xplained-v1:Ensure _ebss will be 4 byte aligned
This commit is contained in:
parent
23cfef5753
commit
c0a94cda07
@ -100,6 +100,7 @@ SECTIONS
|
||||
*(.bss .bss.*)
|
||||
*(.gnu.linkonce.b.*)
|
||||
*(COMMON)
|
||||
. = ALIGN(4);
|
||||
_ebss = ABSOLUTE(.);
|
||||
} > sram
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user