linker: samples: Use Z_LINK_ITERABLE_SUBALIGN
Updates the linker script fragments under 'samples' to use Z_LINK_ITERABLE_SUBALIGN for the subalignment instead of a hardcoded value of 4. Signed-off-by: Peter Mitsis <peter.mitsis@intel.com>
This commit is contained in:
parent
62db185d5b
commit
30625e4c98
|
@ -2,4 +2,4 @@
|
|||
|
||||
#include <zephyr/linker/iterable_sections.h>
|
||||
|
||||
ITERABLE_SECTION_RAM(coap_resource_coap_server, 4)
|
||||
ITERABLE_SECTION_RAM(coap_resource_coap_server, Z_LINK_ITERABLE_SUBALIGN)
|
||||
|
|
Loading…
Reference in a new issue