From a7233c1f17c4305dc7886ded6d48170a581d58f1 Mon Sep 17 00:00:00 2001 From: Pavel Kirienko Date: Tue, 15 Apr 2014 16:21:42 +0400 Subject: [PATCH] LPC11C24 linking alignment fix --- libuavcan_drivers/lpc11c24/test_olimex_lpc_p11c24/lpc11c24.ld | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libuavcan_drivers/lpc11c24/test_olimex_lpc_p11c24/lpc11c24.ld b/libuavcan_drivers/lpc11c24/test_olimex_lpc_p11c24/lpc11c24.ld index 0c5b1dc74e..ce44f99d6b 100644 --- a/libuavcan_drivers/lpc11c24/test_olimex_lpc_p11c24/lpc11c24.ld +++ b/libuavcan_drivers/lpc11c24/test_olimex_lpc_p11c24/lpc11c24.ld @@ -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.*)))