Browse Source

HAL_ChibiOS: reduce .text aigment to save flash space

master
Alexander Malishev 7 years ago committed by Andrew Tridgell
parent
commit
661259de4e
  1. 2
      libraries/AP_HAL_ChibiOS/hwdef/common/common.ld

2
libraries/AP_HAL_ChibiOS/hwdef/common/common.ld

@ -68,7 +68,7 @@ SECTIONS
__fini_array_end = .; __fini_array_end = .;
} > flash } > flash
.text : ALIGN(16) SUBALIGN(16) .text : ALIGN(4) SUBALIGN(4)
{ {
*(.text) *(.text)
*(.text.*) *(.text.*)

Loading…
Cancel
Save