Skip to content

Commit e9d24aa

Browse files
pdgendtfabiobaltieri
authored andcommitted
doc: connectivity: networking: Update HTTP linker example
Update the HTTP linker example to use a CMake variable instead of a global defined macro. Signed-off-by: Pieter De Gendt <[email protected]>
1 parent 79f063e commit e9d24aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/connectivity/networking/api/http_server.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ using CMake:
7878
zephyr_linker_sources(SECTIONS sections-rom.ld)
7979
zephyr_linker_section(NAME http_resource_desc_my_service
8080
KVMA RAM_REGION GROUP RODATA_REGION
81-
SUBALIGN Z_LINK_ITERABLE_SUBALIGN)
81+
SUBALIGN ${CONFIG_LINKER_ITERABLE_SUBALIGN})
8282
8383
.. note::
8484

0 commit comments

Comments
 (0)