mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-08 08:20:35 +08:00
LPC11C24 linking alignment fix
This commit is contained in:
@@ -22,7 +22,7 @@ SECTIONS
|
||||
KEEP(*(vectors))
|
||||
} > FLASH
|
||||
|
||||
constructors : ALIGN(16) SUBALIGN(16)
|
||||
constructors : ALIGN(4) SUBALIGN(4)
|
||||
{
|
||||
PROVIDE(__init_array_start = .);
|
||||
KEEP(*(SORT(.init_array.*)))
|
||||
|
||||
Reference in New Issue
Block a user