zephyr/samples/net/sockets/coap_server/sections-ram.ld
Peter Mitsis 30625e4c98 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>
2024-04-20 13:45:25 -04:00

6 lines
163 B
Plaintext

/* SPDX-License-Identifier: Apache-2.0 */
#include <zephyr/linker/iterable_sections.h>
ITERABLE_SECTION_RAM(coap_resource_coap_server, Z_LINK_ITERABLE_SUBALIGN)