diff options
Diffstat (limited to 'fw/app/sections-rom.ld')
-rw-r--r-- | fw/app/sections-rom.ld | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/fw/app/sections-rom.ld b/fw/app/sections-rom.ld new file mode 100644 index 0000000..c2f7bc4 --- /dev/null +++ b/fw/app/sections-rom.ld @@ -0,0 +1,3 @@ +#include <zephyr/linker/iterable_sections.h> + +ITERABLE_SECTION_ROM(http_resource_desc_http_service, Z_LINK_ITERABLE_SUBALIGN) |