5 lines
217 B
Plaintext
5 lines
217 B
Plaintext
|
#include <zephyr/linker/iterable_sections.h>
|
||
|
|
||
|
ITERABLE_SECTION_ROM(http_resource_desc_test_http_service, Z_LINK_ITERABLE_SUBALIGN)
|
||
|
ITERABLE_SECTION_ROM(http_resource_desc_test_https_service, Z_LINK_ITERABLE_SUBALIGN)
|