zephyr/tests/net/lib/coap_server/common/sections-ram.ld

8 lines
236 B
Plaintext

/* SPDX-License-Identifier: Apache-2.0 */
#include <zephyr/linker/iterable_sections.h>
ITERABLE_SECTION_RAM(coap_resource_service_A, 4)
ITERABLE_SECTION_RAM(coap_resource_service_B, 4)
ITERABLE_SECTION_RAM(coap_resource_service_C, 4)