linker: devicetree_regions: escape special characters

Escape characters <> (generate warnings for the HTML build).

Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
This commit is contained in:
Gerard Marull-Paretas 2021-05-21 15:42:41 +02:00 committed by Anas Nashif
parent bb38c558c5
commit e0b4c9753c
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
*
* @param name name of the generated memory region
* @param attr region attributes to use (rx, rw, ...)
* @param node devicetree node with a <reg> property defining region location
* @param node devicetree node with a \<reg\> property defining region location
* and size.
*/
#define DT_REGION_FROM_NODE_STATUS_OKAY(name, attr, node) \